settings: Fix linkifier settings page example.

The Linkifier settings page example crossed wires with GitHub commit
hashes and issue IDs.

Fixes #12591
This commit is contained in:
Benjamin Melançon 2019-06-16 19:40:19 -04:00 committed by Tim Abbott
parent 496671b04a
commit b633092ff1

View File

@ -31,7 +31,7 @@
<li>
<code>(?P&lt;org&gt;[a-zA-Z0-9_-]+)/(?P&lt;repo&gt;[a-zA-Z0-9_-]+)#(?P&lt;id&gt;[0-9]+)</code>
{{t "and" }}
<code>https://github.com/%(org)s/%(repo)s/commit/%(id)s</code>
<code>https://github.com/%(org)s/%(repo)s/issues/%(id)s</code>
</li>
</ul>
<p>