summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <ekempin@google.com>2019-08-02 08:27:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-08-02 08:27:58 +0000
commit5513c6937cb12601dd010a13a52a29f573c6b386 (patch)
tree93534a7e04568d4c0615ddbe4169b45c0b2e402f
parent9edcb43e6d008aadcae3f479239d42ec99e415a1 (diff)
parent8636747d18ee2bc7a263a88ea88540cb334ebe8e (diff)
Merge "Fix broken link for rest-api-projects.html#commentlink-info"
-rw-r--r--Documentation/rest-api-projects.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt
index f69c4ae52f..76151b40e0 100644
--- a/Documentation/rest-api-projects.txt
+++ b/Documentation/rest-api-projects.txt
@@ -3058,12 +3058,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.
|==================================================