Skip to content

Commit b86572b

Browse files
fix(documentation): updated link to CORS_OPTIONS in Networking Settings (#31873)
1 parent e4f6e55 commit b86572b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/configuration/networking-settings.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following keys in `superset_config.py` can be specified to configure CORS:
1818

1919
- `ENABLE_CORS`: Must be set to `True` in order to enable CORS
2020
- `CORS_OPTIONS`: options passed to Flask-CORS
21-
([documentation](https://flask-cors.corydolphin.com/en/latest/api.html#extension))
21+
([documentation](https://flask-cors.readthedocs.io/en/latest/api.html#extension))
2222

2323

2424
## HTTP headers

0 commit comments

Comments
 (0)