From 5db768209511f02789666ab2f921958eb310caab Mon Sep 17 00:00:00 2001 From: Gal Paikin Date: Fri, 2 Aug 2019 09:59:42 +0200 Subject: [PATCH] Fix broken link for rest-api-projects.html#commentlink-info Change-Id: Ifa0bd5e2d0029915c18e59c3ee19eed3a5e25028 --- Documentation/rest-api-projects.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt index a36947b2d1..5006b6d457 100644 --- a/Documentation/rest-api-projects.txt +++ b/Documentation/rest-api-projects.txt @@ -3092,12 +3092,12 @@ link:config-gerrit.html#commentlink[commentlink]. |Field Name | |Description |`match` | |A JavaScript regular expression to match positions to be replaced with a hyperlink, as documented in -link#config-gerrit.html#commentlink.name.match[commentlink.name.match]. +link:config-gerrit.html#commentlink.name.match[commentlink.name.match]. |`link` | |The URL to direct the user to whenever the regular expression is matched, as documented in -link#config-gerrit.html#commentlink.name.link[commentlink.name.link]. +link:config-gerrit.html#commentlink.name.link[commentlink.name.link]. |`enabled` |optional|Whether the commentlink is enabled, as documented -in link#config-gerrit.html#commentlink.name.enabled[ +in link:config-gerrit.html#commentlink.name.enabled[ commentlink.name.enabled]. If not set the commentlink is enabled. |==================================================