[4.0.x] Fixed broken links and redirects in docs.

Backport of 1d16dbc745 from main
This commit is contained in:
Mariusz Felisiak 2021-09-21 07:04:33 +02:00
parent f426df268b
commit 9511a05074
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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
------------------------------