mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebc
from master
This commit is contained in:
parent
5bef733014
commit
07fb89b420
28 changed files with 42 additions and 42 deletions
|
@ -265,10 +265,10 @@ associated tests will be skipped.
|
|||
.. _jinja2: https://pypi.python.org/pypi/jinja2
|
||||
.. _numpy: https://pypi.python.org/pypi/numpy
|
||||
.. _Pillow: https://pypi.python.org/pypi/Pillow/
|
||||
.. _PyYAML: http://pyyaml.org/wiki/PyYAML
|
||||
.. _PyYAML: https://pyyaml.org/wiki/PyYAML
|
||||
.. _pytz: https://pypi.python.org/pypi/pytz/
|
||||
.. _setuptools: https://pypi.python.org/pypi/setuptools/
|
||||
.. _memcached: http://memcached.org/
|
||||
.. _memcached: https://memcached.org/
|
||||
.. _gettext: https://www.gnu.org/software/gettext/manual/gettext.html
|
||||
.. _selenium: https://pypi.python.org/pypi/selenium
|
||||
.. _sqlparse: https://pypi.python.org/pypi/sqlparse
|
||||
|
|
|
@ -65,7 +65,7 @@ Release cadence
|
|||
===============
|
||||
|
||||
Starting with Django 2.0, version numbers will use a loose form of `semantic
|
||||
versioning <http://semver.org/>`_ such that each version following an LTS will
|
||||
versioning <https://semver.org/>`_ such that each version following an LTS will
|
||||
bump to the next "dot zero" version. For example: 2.0, 2.1, 2.2 (LTS), 3.0,
|
||||
3.1, 3.2 (LTS), etc.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue