Fix links to outdated 'master' in RTD.

ReadTheDocs hosts master (dev branch) docs under /latest.
(Old /master was not building regularly.)
This commit is contained in:
medmunds
2014-01-25 12:44:32 -08:00
parent d7c06bb576
commit 6d7e14ffc4
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ Djrill is released under the BSD license. It is tested against Django 1.3---1.6
**Resources**
* Full documentation: https://djrill.readthedocs.org/en/master/
* Full documentation: https://djrill.readthedocs.org/en/latest/
* Package on PyPI: https://pypi.python.org/pypi/djrill
* Project on Github: https://github.com/brack3t/Djrill
@@ -110,5 +110,5 @@ Djrill 1-2-3
.. END quickstart
See the `full documentation <https://djrill.readthedocs.org/en/master/>`_
See the `full documentation <https://djrill.readthedocs.org/en/latest/>`_
for more features and options.