diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-01-07 14:28:41 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-01-07 14:35:06 +0100 |
| commit | 07fb89b420e08d1517e9ae13c2dbbefa869e6ac0 (patch) | |
| tree | 464542520c4cf2c8f34cc6b73afd567778e9a9ad /docs/internals | |
| parent | 5bef73301471ededfe6ff4464196760b91c124c7 (diff) | |
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 4 | ||||
| -rw-r--r-- | docs/internals/release-process.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 6dbbf06518..ce5e42d5a4 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -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 diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index dc6d9a0696..107e2ab060 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -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. |
