Skip to content

Commit

Permalink
two small changes to the documentation, based on issue #290 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbart authored Jun 5, 2021
1 parent dae2eba commit 24c45ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ I do my best to include every contribution proposed in any way that I can.
Credits
-------

This Flask extension is based upon the `Decorator for the HTTP Access Control <http://flask.pocoo.org/snippets/56/>`__ written by Armin Ronacher.
This Flask extension is based upon the `Decorator for the HTTP Access Control <https://web.archive.org/web/20190128010149/http://flask.pocoo.org/snippets/56/>`__ written by Armin Ronacher.

.. |Build Status| image:: https://api.travis-ci.org/corydolphin/flask-cors.svg?branch=master
:target: https://travis-ci.org/corydolphin/flask-cors
Expand Down
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Using the `CORS` extension
:lines: 29-


Using the `cross_origins` decorator
Using the `cross_origin` decorator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. literalinclude:: ../examples/view_based_example.py
Expand Down

0 comments on commit 24c45ce

Please sign in to comment.