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
committerGitHub <noreply@github.com>2018-01-07 14:28:41 +0100
commit7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc (patch)
tree7f2c5870c682c2cdce61a571049d84ae2f403fe2 /docs/internals/release-process.txt
parent762bd34c3699875d315d478b3efb090155beb743 (diff)
Updated various links in docs to use HTTPS.
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.