Fix broken links (#18230)
This commit is contained in:
parent
74a9fc1469
commit
e12b5bc8b1
|
|
@ -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.
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue