diff --git a/docs-v2/docs/connecting-to-databases/bigquery.mdx b/docs-v2/docs/connecting-to-databases/bigquery.mdx index f489149d089f..c0c3b2f47209 100644 --- a/docs-v2/docs/connecting-to-databases/bigquery.mdx +++ b/docs-v2/docs/connecting-to-databases/bigquery.mdx @@ -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. ``` diff --git a/docs-v2/docs/connecting-to-databases/docker-add-drivers.mdx b/docs-v2/docs/connecting-to-databases/docker-add-drivers.mdx index 725a6e671c5b..a24e8b8b296a 100644 --- a/docs-v2/docs/connecting-to-databases/docker-add-drivers.mdx +++ b/docs-v2/docs/connecting-to-databases/docker-add-drivers.mdx @@ -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. diff --git a/docs-v2/docs/connecting-to-databases/installing-database-drivers.mdx b/docs-v2/docs/connecting-to-databases/installing-database-drivers.mdx index 23849041882c..0159f50a0c9d 100644 --- a/docs-v2/docs/connecting-to-databases/installing-database-drivers.mdx +++ b/docs-v2/docs/connecting-to-databases/installing-database-drivers.mdx @@ -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 diff --git a/docs-v2/docusaurus.config.js b/docs-v2/docusaurus.config.js index a58d91e604a7..8322fe5f6690 100644 --- a/docs-v2/docusaurus.config.js +++ b/docs-v2/docusaurus.config.js @@ -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.