mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-04-02 22:40:28 +00:00
Merge pull request #76 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
This commit is contained in:
commit
cd2a06ea51
5 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ django-dbtemplates
|
|||
It also features optional support for versioned storage and django-admin
|
||||
command, integrates with Django's caching system and the admin actions.
|
||||
|
||||
Please see http://django-dbtemplates.readthedocs.org/ for more details.
|
||||
Please see https://django-dbtemplates.readthedocs.io/ for more details.
|
||||
|
||||
The source code and issue tracker can be found on Github:
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ Short installation howto
|
|||
4. Set ``DBTEMPLATES_USE_REVERSION`` setting to ``True``
|
||||
|
||||
.. _django-reversion: https://github.com/etianen/django-reversion
|
||||
.. _django-reversion's documentation: http://django-reversion.readthedocs.org/en/latest/
|
||||
.. _django-reversion's documentation: https://django-reversion.readthedocs.io/en/latest/
|
||||
|
||||
.. _commands:
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ v1.3 (2012-05-07)
|
|||
* Moved test runner to use nose_ and a hosted CI project at Travis_:
|
||||
http://travis-ci.org/jazzband/django-dbtemplates
|
||||
|
||||
.. _nose: http://nose.rtfd.org/
|
||||
.. _nose: https://nose.readthedocs.io/
|
||||
.. _Travis: http://travis-ci.org
|
||||
|
||||
v1.2.1 (2011-09-07)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ It also features optional support for :ref:`versioned storage <versioned>`
|
|||
and :ref:`django-admin command <commands>`, integrates with Django's
|
||||
:ref:`caching system <caching>` and the :ref:`admin actions <admin_actions>`.
|
||||
|
||||
Please see http://django-dbtemplates.readthedocs.org/ for more details.
|
||||
Please see https://django-dbtemplates.readthedocs.io/ for more details.
|
||||
|
||||
The source code and issue tracker can be found on Github: https://github.com/jazzband/django-dbtemplates
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ setup(
|
|||
long_description=read('README.rst'),
|
||||
author='Jannis Leidel',
|
||||
author_email='jannis@leidel.info',
|
||||
url='http://django-dbtemplates.readthedocs.org/',
|
||||
url='https://django-dbtemplates.readthedocs.io/',
|
||||
packages=find_packages(exclude=['example']),
|
||||
zip_safe=False,
|
||||
package_data={
|
||||
|
|
|
|||
Loading…
Reference in a new issue