summaryrefslogtreecommitdiff
path: root/docs/topics/migrations.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/migrations.txt')
-rw-r--r--docs/topics/migrations.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index 5534e1dd6c..8bb292bfc4 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -825,7 +825,7 @@ as you put your South migrations in the ``south_migrations`` directory and
your Django migrations in the ``migrations`` directory.
More information is available in the
-`South 1.0 release notes <http://south.readthedocs.org/en/latest/releasenotes/1.0.html#library-migration-path>`_.
+`South 1.0 release notes <https://south.readthedocs.io/en/latest/releasenotes/1.0.html#library-migration-path>`_.
.. seealso::