From e579b38e512b76f480374d189e6390c2b31e69f2 Mon Sep 17 00:00:00 2001 From: Sven Selberg Date: Thu, 9 Nov 2023 12:01:38 +0000 Subject: user-inline-edit.txt: Fix edit url examples A 'repos/edit' part is missing. Release-Notes: skip Change-Id: I6b3b203442e1afa1627bb810d2f083113d342f98 --- Documentation/user-inline-edit.txt | 4 ++-- 1 file 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]] -- cgit v1.2.3