This is an automated email from the ASF dual-hosted git repository.
sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 4428bde024 docs: fix broken OS Dependencies link in CONTRIBUTING.md
(#27932)
4428bde024 is described below
commit 4428bde02491264886baba2f33a09b7595ae607e
Author: Brad Greenlee <[email protected]>
AuthorDate: Mon Apr 8 06:35:04 2024 -0700
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: