Commit 99b94ec7 authored by Michal Čihař's avatar Michal Čihař

Consistently link to docs.weblate.org instead of mixing...

Consistently link to docs.weblate.org instead of mixing weblate.readthedocs.org and docs.weblate.org
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent a4cc5b45
......@@ -31,14 +31,14 @@ Weblate has it's website at http://weblate.org/.
Detailed documentation is available in **docs** directory in the sources.
The documentation can be also viewed online on
http://weblate.readthedocs.org/.
http://docs.weblate.org/.
## Installation
Installation and setup instructions are provided in our manual, check
quick setup guide:
http://weblate.readthedocs.org/en/latest/admin/quick.html
http://docs.weblate.org/en/latest/admin/quick.html
## Bugs
......
......@@ -22,8 +22,8 @@ Project website
---------------
You can find project website at <http://weblate.org/>, there is also
demonstration server at <http://demo.weblate.org/>. This documentation
can be browsed on <http://weblate.readthedocs.org/>.
demonstration server at <https://demo.weblate.org/>. This documentation
can be browsed on <http://docs.weblate.org/>.
Authors
-------
......
......@@ -80,7 +80,7 @@ def get_doc_url(page, anchor=''):
else:
version = 'weblate-%s' % VERSION
# Generate URL
url = 'http://weblate.readthedocs.org/en/%s/%s.html' % (version, page)
url = 'http://docs.weblate.org/en/%s/%s.html' % (version, page)
# Optionally append anchor
if anchor != '':
url += '#%s' % anchor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment