Skip to content

Commit c4f481a

Browse files
authored
Merge pull request #82 from translate/rffontenelle-patch-1
conf.py: use docs.translatehouse.org URL
2 parents 40c07a7 + 4f82c70 commit c4f481a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@
271271
intersphinx_mapping = {
272272
'django': ('https://django.readthedocs.io/en/latest/', None),
273273
'toolkit': ('https://docs.translatehouse.org/projects/translate-toolkit/en/latest/', None),
274-
'pootle': ('https://pootle.readthedocs.io/en/latest/', None),
274+
'pootle': ('https://docs.translatehouse.org/projects/pootle/en/latest/', None),
275275
'python': ('https://docs.python.org/2.7', None),
276-
'virtaal': ('https://virtaal.readthedocs.io/en/latest/', None),
276+
'virtaal': ('https://docs.translatehouse.org/projects/virtaal/en/latest/', None),
277277
}
278278

279279

0 commit comments

Comments
 (0)