From 5727e7e0a65149d2df89f516c37b430d9ee30a47 Mon Sep 17 00:00:00 2001 From: Andy Ladjadj Date: Mon, 28 Apr 2025 10:52:16 +0200 Subject: [PATCH] docs: update docs/integrations/gerrit/locations.md Co-authored-by: Vincenzo Scamporlino 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 16827dbf09..ffe24c8201 100644 --- a/docs/integrations/gerrit/locations.md +++ b/docs/integrations/gerrit/locations.md @@ -40,7 +40,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. -- `disableEditUrl` (optional): Disable the edit mode for Gerrit < 3.9 +- `disableEditUrl` (optional): Disable the edit mode. - `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.