From b86572b08454cab86630cc981fa3f7999933f122 Mon Sep 17 00:00:00 2001 From: ankur-zignite91 <120697427+ankur-zignite91@users.noreply.github.com> Date: Sat, 18 Jan 2025 04:21:45 +0530 Subject: [PATCH] fix(documentation): updated link to CORS_OPTIONS in Networking Settings (#31873) --- docs/docs/configuration/networking-settings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/networking-settings.mdx b/docs/docs/configuration/networking-settings.mdx index fcd894a4e..aa760553b 100644 --- a/docs/docs/configuration/networking-settings.mdx +++ b/docs/docs/configuration/networking-settings.mdx @@ -18,7 +18,7 @@ The following keys in `superset_config.py` can be specified to configure CORS: - `ENABLE_CORS`: Must be set to `True` in order to enable CORS - `CORS_OPTIONS`: options passed to Flask-CORS - ([documentation](https://flask-cors.corydolphin.com/en/latest/api.html#extension)) + ([documentation](https://flask-cors.readthedocs.io/en/latest/api.html#extension)) ## HTTP headers