summaryrefslogtreecommitdiff
path: root/docs/internals/release-process.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-01-07 14:28:41 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2018-01-07 14:35:06 +0100
commit07fb89b420e08d1517e9ae13c2dbbefa869e6ac0 (patch)
tree464542520c4cf2c8f34cc6b73afd567778e9a9ad /docs/internals/release-process.txt
parent5bef73301471ededfe6ff4464196760b91c124c7 (diff)
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
Diffstat (limited to 'docs/internals/release-process.txt')
-rw-r--r--docs/internals/release-process.txt2
1 files changed, 1 insertions, 1 deletions
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.