From 4428bde02491264886baba2f33a09b7595ae607e Mon Sep 17 00:00:00 2001 From: Brad Greenlee Date: Mon, 8 Apr 2024 06:35:04 -0700 Subject: [PATCH] docs: fix broken OS Dependencies link in CONTRIBUTING.md (#27932) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b03836723..56e1153a9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -466,7 +466,7 @@ Commits to `master` trigger a rebuild and redeploy of the documentation site. Su #### OS Dependencies -Make sure your machine meets the [OS dependencies](https://superset.apache.org/docs/installation/installing-superset-from-scratch#os-dependencies) before following these steps. +Make sure your machine meets the [OS dependencies](https://superset.apache.org/docs/installation/installing-superset-from-pypi#os-dependencies) before following these steps. You also need to install MySQL or [MariaDB](https://mariadb.com/downloads). Ensure that you are using Python version 3.9, 3.10 or 3.11, then proceed with: