Update old trac links

This commit is contained in:
Philipp Hörist 2017-08-27 22:32:33 +02:00
parent 2e1c10620f
commit 298fa4b96d
3 changed files with 5 additions and 6 deletions

View File

@ -80,7 +80,7 @@ class SessionBusNotPresent(Exception):
def __str__(self):
return _('Session bus is not available.\nTry reading %(url)s') % \
{'url': 'http://trac.gajim.org/wiki/GajimDBus'}
{'url': 'https://dev.gajim.org/gajim/gajim/wikis/help/GajimDBus'}
class SystemBusNotPresent(Exception):
"""
@ -92,7 +92,7 @@ class SystemBusNotPresent(Exception):
def __str__(self):
return _('System bus is not available.\nTry reading %(url)s') % \
{'url': 'http://trac.gajim.org/wiki/GajimDBus'}
{'url': 'https://dev.gajim.org/gajim/gajim/wikis/help/GajimDBus'}
class NegotiationError(Exception):
"""

View File

@ -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 #', 'http://trac.gajim.org/ticket/', '%d',
'Gajim Ticket #', 'https://dev.gajim.org/gajim/gajim/issues', '%d',
pos_int_validator)
class HTMLGenerator:

View File

@ -51,9 +51,8 @@ class AcronymsExpanderPlugin(GajimPlugin):
'ACRONYMS': ({'/slap': '/me slaps',
'PS-': 'plug-in system',
'G-': 'Gajim',
'GNT-': 'http://trac.gajim.org/newticket',
'GW-': 'http://trac.gajim.org/',
'GTS-': 'http://trac.gajim.org/report',
'GNT-': 'https://dev.gajim.org/gajim/gajim/issues',
'GW-': 'https://dev.gajim.org/gajim/gajim/wikis/home',
},
''),
}