summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Selberg <sven.selberg@axis.com>2023-11-09 12:01:38 +0000
committerSven Selberg <sven.selberg@axis.com>2023-11-09 12:35:40 +0000
commite579b38e512b76f480374d189e6390c2b31e69f2 (patch)
treecfd4561c99715433279a8038368922191e9f47cf
parent8d8f08e414cff27b112f655f4b06053b491663fc (diff)
user-inline-edit.txt: Fix edit url examples
A 'repos/edit' part is missing. Release-Notes: skip Change-Id: I6b3b203442e1afa1627bb810d2f083113d342f98
-rw-r--r--Documentation/user-inline-edit.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/user-inline-edit.txt b/Documentation/user-inline-edit.txt
index 910adc1ae0..7ed87b6c3e 100644
--- a/Documentation/user-inline-edit.txt
+++ b/Documentation/user-inline-edit.txt
@@ -80,8 +80,8 @@ files in Gerrit.
Ex:
```
-https://gerrit.mycompany.com/admin/repo/my/repo/branch/refs/heads/master/file/Jenkinsfile # Jenkins build file
-https://gerrit.mycompany.com/admin/repo/my/repo/branch/refs/heads/master/file/catalog-info.yaml # Backstage catalog-info
+https://gerrit.mycompany.com/admin/repos/edit/repo/my/repo/branch/refs/heads/master/file/Jenkinsfile # Jenkins build file
+https://gerrit.mycompany.com/admin/repos/edit/repo/my/repo/branch/refs/heads/master/file/catalog-info.yaml # Backstage catalog-info
```
[[add-files]]