summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Milanesio <luca.milanesio@gmail.com>2021-05-03 19:32:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-05-03 19:32:03 +0000
commit2fc1b0101913b7f8e8e8c9dbf292e84a7ca0c1c3 (patch)
treee03c5bf6b6b4a1e69064c240cb003a320c0a459e
parente6f56db97bc296bcf221ed026ed4c7dc7b741855 (diff)
parentce35159e7499d3b875264839bf7337ec33db60c7 (diff)
Merge "Tidy up dev-plugins.txt documentation" into stable-3.4
-rw-r--r--Documentation/dev-plugins.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt
index f2a3e12ba9..a66d3b5855 100644
--- a/Documentation/dev-plugins.txt
+++ b/Documentation/dev-plugins.txt
@@ -1450,7 +1450,7 @@ this can be specified by setting `scope = CapabilityScope.CORE`:
By implementing the `com.google.gerrit.server.restapi.change.OnPostReview`
interface plugins can extend the change message that is being posted when the
-[post review](rest-api-changes.html#set-review) REST endpoint is invoked.
+link:rest-api-changes.html#set-review[post review] REST endpoint is invoked.
This is useful if certain approvals have a special meaning (e.g. custom logic
that is implemented in Prolog submit rules, signal for triggering an action
@@ -1458,6 +1458,8 @@ like running CI etc.), as it allows the plugin to tell users about this meaning
in the change message. This makes the effect of a given approval more
transparent to the user.
+[[ui_extension]]
+== UI Extension
[[actions]]
=== Actions