Skip to content

Commit

Permalink
RTD errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxstr committed Mar 1, 2024
1 parent 91df6c9 commit 9537a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ Flask-Session also indirectly supports storage and client libraries via cachelib
.. _boto3: https://boto3.amazonaws.com/v1/documentation/api/latest/index.html
.. _libmc: https://github.com/douban/libmc
.. _uwsgi: https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html
.. _pickle: https://docs.python.org/3/library/pickle
.. _pickle: https://docs.python.org/3/library/pickle.html
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Introduction
Flask-Session is an extension for `Flask`_ that adds support for server-side sessions to
your application.

.. _Flask: http://flask.palletsprojects.com/
.. _Flask: https://flask.palletsprojects.com/en/3.0.x/

Client-side vs Server-side sessions
------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Security
Flask is a micro-framework and does not provide all security features out of the box. It is important to configure security settings for your application.

Flask configuration
------------------
--------------------

Please refer to documentation for `Flask`_, `OWASP`_, and other resources such as `MDN`_ for the latest information on best practice.

Expand Down

0 comments on commit 9537a41

Please sign in to comment.