fix(docs): fix 404s in documentation (#38974)

Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
David
2026-04-27 17:36:58 +02:00
committed by GitHub
parent 4c4905f689
commit b9de3dba95
7 changed files with 8 additions and 8 deletions

View File

@@ -149,7 +149,7 @@ For production clusters it's recommended to build own image with this step done
Superset requires a Python DB-API database driver and a SQLAlchemy
dialect to be installed for each datastore you want to connect to.
See [Install Database Drivers](/admin-docs/databases#installing-database-drivers) for more information.
See [Install Database Drivers](/user-docs/databases#installing-database-drivers) for more information.
It is recommended that you refer to versions listed in
[pyproject.toml](https://github.com/apache/superset/blob/master/pyproject.toml)
instead of hard-coding them in your bootstrap script, as seen below.