summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Freitag <mail@franek.fr>2019-08-21 10:57:24 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-08-21 10:58:05 +0200
commit9b7c5a92ec5446fc4295038990acc1e94ef1f545 (patch)
tree25fde894d87f96907f4344557be49ae994122a97
parent0dc3ad163a7343347af710f4e057fbdb3d0eacf4 (diff)
downloaddjango-9b7c5a92ec5446fc4295038990acc1e94ef1f545.tar.gz
[2.2.x] Fixed broken links and redirects in documentation.
Removed reference to custom builds, feature removed in https://github.com/openlayers/openlayers/commit/8e6b3bba994f5908e51c492ac314240863178789. Backport of 9a88e43aeba6cc85ffb2a48a06c296ccf68e0d71 from master
-rw-r--r--docs/ref/contrib/gis/forms-api.txt6
-rw-r--r--docs/ref/contrib/postgres/fields.txt2
-rw-r--r--docs/releases/1.7.2.txt2
-rw-r--r--docs/topics/testing/tools.txt2
4 files changed, 5 insertions, 7 deletions
diff --git a/docs/ref/contrib/gis/forms-api.txt b/docs/ref/contrib/gis/forms-api.txt
index 5fbbdb2f9d..1320815ad6 100644
--- a/docs/ref/contrib/gis/forms-api.txt
+++ b/docs/ref/contrib/gis/forms-api.txt
@@ -155,10 +155,8 @@ Widget classes
``OpenLayersWidget`` and :class:`OSMWidget` use the ``openlayers.js`` file
hosted on the ``cdnjs.cloudflare.com`` content-delivery network. You can
subclass these widgets in order to specify your own version of the
- ``OpenLayers.js`` file `tailored to your needs`_ in the ``js`` property of
- the inner ``Media`` class (see :ref:`assets-as-a-static-definition`).
-
- .. _tailored to your needs: https://openlayers.org/en/latest/doc/tutorials/custom-builds.html
+ ``OpenLayers.js`` file in the ``js`` property of the inner ``Media`` class
+ (see :ref:`assets-as-a-static-definition`).
``OSMWidget``
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
index 97f4913fec..44186c7660 100644
--- a/docs/ref/contrib/postgres/fields.txt
+++ b/docs/ref/contrib/postgres/fields.txt
@@ -284,7 +284,7 @@ transform do not change. For example::
similar to PostgreSQL's ``text`` type.
.. _citext: https://www.postgresql.org/docs/current/citext.html
- .. _the performance considerations: https://www.postgresql.org/docs/current/citext.html#AEN178177
+ .. _the performance considerations: https://www.postgresql.org/docs/current/citext.html#id-1.11.7.17.7
``HStoreField``
===============
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 2b6725265e..171d938861 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -157,7 +157,7 @@ Bugfixes
could crash with an ``AppRegistryNotReady`` exception (:ticket:`24007`).
* Added quoting to field indexes in the SQL generated by migrations to prevent
- a crash when the index name requires it (:ticket:`#24015`).
+ a crash when the index name requires it (:ticket:`24015`).
* Added ``datetime.time`` support to migrations questioner (:ticket:`23998`).
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 62b37bb63b..2e615cd4fd 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -987,7 +987,7 @@ out the `full reference`_ for more details.
`Selenium documentation`_ for more information.
.. _Selenium FAQ: https://web.archive.org/web/20160129132110/http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions#Q:_WebDriver_fails_to_find_elements_/_Does_not_block_on_page_loa
- .. _Selenium documentation: http://seleniumhq.org/docs/04_webdriver_advanced.html#explicit-waits
+ .. _Selenium documentation: https://www.seleniumhq.org/docs/04_webdriver_advanced.html#explicit-waits
Test cases features
===================