Fix broken link for rest-api-projects.html#commentlink-info

Change-Id: Ifa0bd5e2d0029915c18e59c3ee19eed3a5e25028
This commit is contained in:
Gal Paikin 2019-08-02 09:59:42 +02:00 committed by David Pursehouse
parent 74f7cf4ef8
commit 5db7682095

View File

@ -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.
|==================================================