summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-09-21 07:04:33 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-09-21 09:27:44 +0200
commit1d16dbc74563ec9aeb4bdff870d0fe5064667b26 (patch)
tree5019ce00d5f82a395e6bd34052caba872684cdf4 /docs/ref
parentf8bab4e0dcdad5cb174998e1b31d74c8434a2477 (diff)
Fixed broken links and redirects in docs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geoip2.txt2
-rw-r--r--docs/ref/csrf.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt
index 3542090e0b..6312c5d874 100644
--- a/docs/ref/contrib/gis/geoip2.txt
+++ b/docs/ref/contrib/gis/geoip2.txt
@@ -19,7 +19,7 @@ that ``geoip2`` can leverage the C library's faster speed.
__ https://geoip2.readthedocs.io/
__ https://pypi.org/project/geoip2/
-__ https://dev.maxmind.com/geoip/geoip2/geolite2/
+__ https://dev.maxmind.com/geoip/geolite2-free-geolocation-data
__ https://github.com/maxmind/libmaxminddb/
Example
diff --git a/docs/ref/csrf.txt b/docs/ref/csrf.txt
index 56fcd77563..e9c402cf4d 100644
--- a/docs/ref/csrf.txt
+++ b/docs/ref/csrf.txt
@@ -160,7 +160,7 @@ Finally, you'll need to set the header on your AJAX request. Using the
// ...
});
-.. _fetch(): https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
+.. _fetch(): https://developer.mozilla.org/en-US/docs/Web/API/fetch
Using CSRF in Jinja2 templates
------------------------------