diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-01-07 14:28:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-07 14:28:41 +0100 |
| commit | 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc (patch) | |
| tree | 7f2c5870c682c2cdce61a571049d84ae2f403fe2 /docs/internals | |
| parent | 762bd34c3699875d315d478b3efb090155beb743 (diff) | |
Updated various links in docs to use HTTPS.
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. |
