| commit | e2270447ef11d92c3d96b2934feb8f740ce3d7e5 | [log] [tgz] |
|---|---|---|
| author | Kenyon Ralph <quic_kralph@quicinc.com> | Thu Aug 08 15:54:04 2024 -0700 |
| committer | Kenyon Ralph <quic_kralph@quicinc.com> | Mon Dec 02 16:00:46 2024 -0800 |
| tree | a3a988cf19a181572a7e3d4d1d5f79a8cf833671 | |
| parent | 41f074af26198a1d76b8f1c8999ada2b2ea747ed [diff] |
docs/config: correct section for association policy The association policy was moved to the plugin section in I1b0c62b840b72d82949c4b6b8a555b292f0cc0fc. Change-Id: I362c7b3468acdb00cdb3f28dacab77662d9ef18a
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md index b9edaed..913180b 100644 --- a/src/main/resources/Documentation/config.md +++ b/src/main/resources/Documentation/config.md
@@ -78,10 +78,13 @@ Example: ```ini + [plugin "its-jira"] + enabled = true + association = SUGGESTED + [commentLink "its-jira"] match = ([A-Z]+-[0-9]+) html = "<a href=\"http://jira.example.com/browse/$1\">$1</a>" - association = SUGGESTED ``` Jira connectivity