Skip to content

Commit

Permalink
Fix invalid intersphinx link for storage scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Aug 29, 2023
1 parent cf85d9e commit 8763d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ take priority.

Constructor argument: :paramref:`~flask_limiter.Limiter.storage_uri`

- A storage location conforming to the scheme in :ref:`storage-scheme`.
- A storage location conforming to the scheme in :ref:`limits:storage:storage scheme`.
A basic in-memory storage can be used by specifying ``memory:https://`` but it
should be used with caution in any production setup since:

Expand All @@ -117,7 +117,7 @@ take priority.
- Redis: ``redis:https://host:port``

For specific examples and requirements of supported backends please
refer to :ref:`storage-scheme` and the :doc:`limits <limits:storage>` library.
refer to :ref:`limits:storage:storage scheme` and the :doc:`limits <limits:storage>` library.
* - .. data:: RATELIMIT_STORAGE_OPTIONS

Constructor argument: :paramref:`~flask_limiter.Limiter.storage_options`
Expand Down

0 comments on commit 8763d24

Please sign in to comment.