summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2021-04-27 16:38:57 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-17 12:14:20 +0200
commit55b89e8cac2f8cc7cf3f96dfa138b3b9fda81160 (patch)
treed2652c7512bb98834b08c0b1d4b7614e4b4b3c4e /docs/releases
parent0c19b075b239bc99886979c9af706b18e634ed69 (diff)
[3.2.x] Refs #32720 -- Fixed some broken links in docs.
Backport of 7c4ee487c7392a3a394caf62efad355fad639655 from main
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.0.txt2
-rw-r--r--docs/releases/1.1.txt5
-rw-r--r--docs/releases/1.2.txt3
-rw-r--r--docs/releases/1.3.txt2
-rw-r--r--docs/releases/1.4.txt2
5 files changed, 6 insertions, 8 deletions
diff --git a/docs/releases/1.0.txt b/docs/releases/1.0.txt
index 680e81f812..6db106f4d7 100644
--- a/docs/releases/1.0.txt
+++ b/docs/releases/1.0.txt
@@ -132,7 +132,7 @@ will be merged into the main Django documentation shortly. Huge thanks go to
Justin Bronn, Jeremy Dunck, Brett Hoerner and Travis Pinney for their efforts in
creating and completing this feature.
-See http://geodjango.org/ for details.
+See :doc:`GeoDjango </ref/contrib/gis/index>` for details.
.. _Geographic Information Systems: https://en.wikipedia.org/wiki/Geographic_information_system
diff --git a/docs/releases/1.1.txt b/docs/releases/1.1.txt
index 49c375b5ce..99cb1b8081 100644
--- a/docs/releases/1.1.txt
+++ b/docs/releases/1.1.txt
@@ -347,8 +347,8 @@ For full details, see :ref:`the documentation on defining URL namespaces
GeoDjango
---------
-In Django 1.1, GeoDjango_ (i.e. ``django.contrib.gis``) has several new
-features:
+In Django 1.1, :doc:`GeoDjango </ref/contrib/gis/index>` (i.e.
+``django.contrib.gis``) has several new features:
* Support for SpatiaLite_ -- a spatial database for SQLite -- as a spatial
backend.
@@ -363,7 +363,6 @@ features:
For more details, see the GeoDjango documentation.
-.. _geodjango: http://geodjango.org/
.. _spatialite: https://www.gaia-gis.it/gaia-sins/
Other improvements
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt
index 0b761138e6..ff622cb54a 100644
--- a/docs/releases/1.2.txt
+++ b/docs/releases/1.2.txt
@@ -370,8 +370,7 @@ The GDAL interface now allows the user to set a
when iterating over a :class:`~django.contrib.gis.gdal.Layer`.
Finally, :doc:`GeoDjango's documentation </ref/contrib/gis/index>` is now
-included with Django's and is no longer
-hosted separately at `geodjango.org <http://geodjango.org/>`_.
+included with Django's and is no longer hosted separately at ``geodjango.org``.
.. _1.2-js-assisted-inlines:
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt
index a8239140f3..3d381ca8ac 100644
--- a/docs/releases/1.3.txt
+++ b/docs/releases/1.3.txt
@@ -72,7 +72,7 @@ extended.
See :doc:`the documentation on class-based generic views</topics/class-based-views/index>`
for more details. There is also a document to help you `convert
your function-based generic views to class-based
-views <https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/>`_.
+views <https://raw.githubusercontent.com/django/django/ea9dc9f4b03ae034c1dc080730422dda7a9c2e47/docs/topics/generic-views-migration.txt>`_.
Logging
-------
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index aa760cc4c9..3661f177ac 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -593,7 +593,7 @@ Django 1.4 also includes several smaller improvements worth noting:
* The :djadmin:`makemessages` command uses a new and more accurate lexer,
`JsLex`_, for extracting translatable strings from JavaScript files.
-.. _JsLex: https://bitbucket.org/ned/jslex
+.. _JsLex: https://pypi.org/project/jslex/
* The :ttag:`trans` template tag now takes an optional ``as`` argument to
be able to retrieve a translation string without displaying it but setting