Update old trac links
This commit is contained in:
parent
2e1c10620f
commit
298fa4b96d
|
@ -80,7 +80,7 @@ class SessionBusNotPresent(Exception):
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return _('Session bus is not available.\nTry reading %(url)s') % \
|
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):
|
class SystemBusNotPresent(Exception):
|
||||||
"""
|
"""
|
||||||
|
@ -92,7 +92,7 @@ class SystemBusNotPresent(Exception):
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return _('System bus is not available.\nTry reading %(url)s') % \
|
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):
|
class NegotiationError(Exception):
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -94,7 +94,7 @@ else:
|
||||||
'XEP #', 'http://www.xmpp.org/extensions/', 'xep-%04d.html',
|
'XEP #', 'http://www.xmpp.org/extensions/', 'xep-%04d.html',
|
||||||
pos_int_validator)
|
pos_int_validator)
|
||||||
generate_uri_role('gajim-ticket-reference', ('ticket', 'gtrack'),
|
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)
|
pos_int_validator)
|
||||||
|
|
||||||
class HTMLGenerator:
|
class HTMLGenerator:
|
||||||
|
|
|
@ -51,9 +51,8 @@ class AcronymsExpanderPlugin(GajimPlugin):
|
||||||
'ACRONYMS': ({'/slap': '/me slaps',
|
'ACRONYMS': ({'/slap': '/me slaps',
|
||||||
'PS-': 'plug-in system',
|
'PS-': 'plug-in system',
|
||||||
'G-': 'Gajim',
|
'G-': 'Gajim',
|
||||||
'GNT-': 'http://trac.gajim.org/newticket',
|
'GNT-': 'https://dev.gajim.org/gajim/gajim/issues',
|
||||||
'GW-': 'http://trac.gajim.org/',
|
'GW-': 'https://dev.gajim.org/gajim/gajim/wikis/home',
|
||||||
'GTS-': 'http://trac.gajim.org/report',
|
|
||||||
},
|
},
|
||||||
''),
|
''),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue