Fix typo in link
This commit is contained in:
parent
298fa4b96d
commit
ec1d75f15b
|
@ -94,7 +94,7 @@ else:
|
|||
'XEP #', 'http://www.xmpp.org/extensions/', 'xep-%04d.html',
|
||||
pos_int_validator)
|
||||
generate_uri_role('gajim-ticket-reference', ('ticket', 'gtrack'),
|
||||
'Gajim Ticket #', 'https://dev.gajim.org/gajim/gajim/issues', '%d',
|
||||
'Gajim Ticket #', 'https://dev.gajim.org/gajim/gajim/issues/', '%d',
|
||||
pos_int_validator)
|
||||
|
||||
class HTMLGenerator:
|
||||
|
|
Loading…
Reference in New Issue