Fix broken links (#18230)

This commit is contained in:
Geido 2022-01-31 17:17:30 +02:00 committed by GitHub
parent 74a9fc1469
commit e12b5bc8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ The recommended connector library for BigQuery is
### Install BigQuery Driver
Follow the steps [here](/docs/databases/dockeradddrivers) about how to
Follow the steps [here](/docs/connecting-to-databases/docker-add-drivers) about how to
install new database drivers when setting up Superset locally via docker-compose.
```

View File

@ -20,7 +20,7 @@ with the recommended connector library for each database.
### 1. Determine the driver you need
To figure out how to install the [database driver](/docs/databases/installing-database-drivers) of your choice.
To figure out how to install the [database driver](/docs/connecting-to-databases/installing-database-drivers) of your choice.
In the example, we'll walk through the process of installing a MySQL driver in Superset.

View File

@ -10,7 +10,7 @@ version: 1
Superset requires a Python DB-API database driver and a SQLAlchemy
dialect to be installed for each datastore you want to connect to.
You can read more [here](/docs/connecting-to-databases/dockeradddrivers) about how to
You can read more [here](/docs/connecting-to-databases/docker-add-drivers) about how to
install new database drivers into your Superset configuration.
### Supported Databases and Dependencies

View File

@ -30,8 +30,8 @@ const config = {
'Apache Superset is a modern data exploration and visualization platform',
url: 'https://superset.apache.org',
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/favicon.ico',
organizationName: 'apache', // Usually your GitHub org/user name.
projectName: 'superset', // Usually your repo name.