Skip to content

Commit

Permalink
Fix broken links (apache#18230)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido authored and shcoderAlex committed Feb 7, 2022
1 parent 7ccea0e commit 66d63ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs-v2/docs/connecting-to-databases/bigquery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs-v2/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 66d63ef

Please sign in to comment.