mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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:
parent
496671b04a
commit
b633092ff1
@ -31,7 +31,7 @@
|
||||
<li>
|
||||
<code>(?P<org>[a-zA-Z0-9_-]+)/(?P<repo>[a-zA-Z0-9_-]+)#(?P<id>[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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user