From 86decb69d1aed022d8e64507cc610e1ee0f1cb8f Mon Sep 17 00:00:00 2001 From: Andy Ladjadj Date: Mon, 3 Feb 2025 19:07:58 +0100 Subject: [PATCH] docs: add link to the regex pattern Signed-off-by: Andy LADJADJ --- docs/integrations/gerrit/locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/gerrit/locations.md b/docs/integrations/gerrit/locations.md index 79e7771bc6..a0c48692a8 100644 --- a/docs/integrations/gerrit/locations.md +++ b/docs/integrations/gerrit/locations.md @@ -38,7 +38,7 @@ a structure with up to six elements: address here. This is the address that you would open in a browser. - `cloneUrl` (optional): The base URL for HTTP clones. Will default to `baseUrl` if not set. The address used to clone a repo is the `cloneUrl` plus the repo name. -- `enableEditUrl` (optional): Activate the edit mode for Gerrit >= 3.9 +- `enableEditUrl` (optional): Activate the edit mode for Gerrit >= 3.9 following the [official pattern](https://gerrit-review.googlesource.com/Documentation/user-inline-edit.html#create_from_url) - `username` (optional): The Gerrit username to use in API requests. If neither a username nor password are supplied, anonymous access will be used. - `password` (optional): The password or http token for the Gerrit user.