diff --git a/_search-plugins/sql/sql/jdbc.md b/_search-plugins/sql/sql/jdbc.md index 36b080cc..6ae7b1ec 100644 --- a/_search-plugins/sql/sql/jdbc.md +++ b/_search-plugins/sql/sql/jdbc.md @@ -10,8 +10,8 @@ nav_order: 71 The Java Database Connectivity (JDBC) driver lets you integrate OpenSearch with your favorite business intelligence (BI) applications. -For information on downloading and using the JAR file, see [the SQL repository on GitHub](https://github.com/opensearch-project/sql/tree/master/sql-jdbc). +For information on downloading and using the JAR file, see [the SQL repository on GitHub](https://github.com/opensearch-project/sql-jdbc). ## Connecting to Tableau -To connect to Tableau, follow the detailed instructions in the [GitHub repository](https://github.com/opensearch-project/sql/blob/main/bi-connectors/TableauConnector/README.md). +To connect to Tableau, follow the detailed instructions in the [GitHub repository](https://github.com/opensearch-project/sql-jdbc/blob/main/bi-connectors/TableauConnector/README.md). diff --git a/_search-plugins/sql/sql/odbc.md b/_search-plugins/sql/sql/odbc.md index 8815d281..0aece0e4 100644 --- a/_search-plugins/sql/sql/odbc.md +++ b/_search-plugins/sql/sql/odbc.md @@ -8,9 +8,9 @@ nav_order: 72 # ODBC driver -The Open Database Connectivity (ODBC) driver is a read-only ODBC driver for Windows and macOS that lets you connect business intelligence (BI) and data visualization applications like [Tableau](https://github.com/opensearch-project/sql/blob/main/sql-odbc/docs/user/tableau_support.md), [Microsoft Excel](https://github.com/opensearch-project/sql/blob/main/sql-odbc/docs/user/microsoft_excel_support.md), and [Power BI](https://github.com/opensearch-project/sql/blob/main/sql-odbc/docs/user/power_bi_support.md) to the SQL plugin. +The Open Database Connectivity (ODBC) driver is a read-only ODBC driver for Windows and macOS that lets you connect business intelligence (BI) and data visualization applications like [Microsoft Excel](https://github.com/opensearch-project/sql-odbc/blob/main/docs/user/microsoft_excel_support.md) and [Power BI](https://github.com/opensearch-project/sql-odbc/blob/main/bi-connectors/PowerBIConnector/README.md) to the SQL plugin. -For information on downloading and using the driver, see [the SQL repository on GitHub](https://github.com/opensearch-project/sql/tree/main/sql-odbc). +For information on downloading and using the driver, see [the SQL repository on GitHub](https://github.com/opensearch-project/sql-odbc). ## Specifications