Skip to content

Commit

Permalink
docs: fix flask-caching URL
Browse files Browse the repository at this point in the history
The URL gives me a "This site can't be reached"
message, stating "might be temporarily down or
it may have moved permanently to a new web
address" with a ERR_INVALID_RESPONSE below.

Trying with curl shows a 404. Rather than
trying to figure out what once was at the page
and how to access that content, update
the URL to point to the documentation
at readthedocs.io that just works.
  • Loading branch information
pjonsson committed Sep 4, 2024
1 parent c4c779d commit b54932e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following configuration values are used internally by Datacube-explorer:

.. py:data:: CACHE_TYPE
Enable Flask-Cache https://pythonhosted.org/Flask-Caching/#configuring-flask-caching settings.
Enable Flask-Cache https://flask-caching.readthedocs.io/en/latest/index.html#configuring-flask-caching settings.

Default: ``NullCache``

Expand Down

0 comments on commit b54932e

Please sign in to comment.