Skip to content

Commit 1225e78

Browse files
replace documentation links in README (#369)
1 parent c851476 commit 1225e78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Simple Usage
3232
~~~~~~~~~~~~
3333

3434
In the simplest case, initialize the Flask-Cors extension with default arguments in order to allow CORS for all domains on all routes.
35-
See the full list of options in the `documentation <https://flask-cors.corydolphin.com/en/latest/api.html#extension>`__.
35+
See the full list of options in the `documentation <https://flask-cors.readthedocs.io/en/latest/api.html#extension>`__.
3636

3737
.. code:: python
3838
@@ -51,7 +51,7 @@ Resource specific CORS
5151
^^^^^^^^^^^^^^^^^^^^^^
5252

5353
Alternatively, you can specify CORS options on a resource and origin level of granularity by passing a dictionary as the `resources` option, mapping paths to a set of options.
54-
See the full list of options in the `documentation <https://flask-cors.corydolphin.com/en/latest/api.html#extension>`__.
54+
See the full list of options in the `documentation <https://flask-cors.readthedocs.io/en/latest/api.html#extension>`__.
5555

5656
.. code:: python
5757
@@ -67,7 +67,7 @@ Route specific CORS via decorator
6767

6868
This extension also exposes a simple decorator to decorate flask routes with.
6969
Simply add ``@cross_origin()`` below a call to Flask's ``@app.route(..)`` to allow CORS on a given route.
70-
See the full list of options in the `decorator documentation <https://flask-cors.corydolphin.com/en/latest/api.html#decorator>`__.
70+
See the full list of options in the `decorator documentation <https://flask-cors.readthedocs.io/en/latest/api.html#decorator>`__.
7171

7272
.. code:: python
7373
@@ -79,7 +79,7 @@ See the full list of options in the `decorator documentation <https://flask-cors
7979
Documentation
8080
-------------
8181

82-
For a full list of options, please see the full `documentation <https://flask-cors.corydolphin.com/en/latest/api.html>`__
82+
For a full list of options, please see the full `documentation <https://flask-cors.readthedocs.io/en/latest/api.html>`__
8383

8484
Troubleshooting
8585
---------------

0 commit comments

Comments
 (0)