Skip to content

Commit 8072fd1

Browse files
committed
fix: point old documentation to correct URLs
1 parent 35cdea3 commit 8072fd1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/developing-with-firebolt/connecting-with-jdbc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This documentation is related to an older version of Firebolt. For the most curr
1010
# Using the JDBC driver
1111
{:.no_toc}
1212

13-
Firebolt provides a [type 4](https://en.wikipedia.org/wiki/JDBC_driver#Type_4_driver_%E2%80%93_Database-Protocol_driver/Thin_Driver(Pure_Java_driver)){:target="_blank"} JDBC driver to connect to Firebolt from Java applications such as [Tableau](https://docs.firebolt.io/integrations/business-intelligence/setting-up-tableau-desktop-jdbc-to-firebolt.html){:target="_blank"}, [DBeaver](https://docs.firebolt.io/integrations/setting-up-dbeaver-jdbc-connection-to-firebolt.html){:target="_blank"}, and others. The driver is released as open source software using a permissive Apache 2 license and can be browsed, forked, downloaded, and contributed to through its [GitHub repository](https://github.com/firebolt-db/jdbc){:target="_blank"}.
13+
Firebolt provides a [type 4](https://en.wikipedia.org/wiki/JDBC_driver#Type_4_driver_%E2%80%93_Database-Protocol_driver/Thin_Driver(Pure_Java_driver)){:target="_blank"} JDBC driver to connect to Firebolt from Java applications such as [Tableau](https://old.docs.firebolt.io/integrations/business-intelligence/setting-up-tableau-desktop-jdbc-to-firebolt.html){:target="_blank"}, [DBeaver](https://old.docs.firebolt.io/integrations/setting-up-dbeaver-jdbc-connection-to-firebolt.html){:target="_blank"}, and others. The driver is released as open source software using a permissive Apache 2 license and can be browsed, forked, downloaded, and contributed to through its [GitHub repository](https://github.com/firebolt-db/jdbc){:target="_blank"}.
1414

1515
* Topic toC
1616
{:toc}
@@ -110,4 +110,4 @@ In addition to passing system settings as connection string parameters, any [sys
110110

111111
## Full reference documentation
112112

113-
Complete reference documentation for the classes and methods implemented in the Firebolt JDBC driver can be found [here](https://docs.firebolt.io/jdbc/javadoc/).
113+
Complete reference documentation for the classes and methods implemented in the Firebolt JDBC driver can be found [here](https://old.docs.firebolt.io/jdbc/javadoc/).

docs/integrations/business-intelligence/connecting-to-metabase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ You are now ready to run Metabase with your Firebolt databases.
5555
| **Password** | The password associated with the username above. |
5656
| **Account name** | The Firebolt account to log in to. |
5757
| **Engine name** | The Firebolt engine to run queries with. |
58-
| **Additional JDBC options** | Any additional JDBC parameters to pass along with the connection, such as `connection_timeout_millis=10000`. See [here](https://docs.firebolt.io/developing-with-firebolt/connecting-with-jdbc.html#available-connection-parameters) for a list of all available JDBC connection parameters. |
58+
| **Additional JDBC options** | Any additional JDBC parameters to pass along with the connection, such as `connection_timeout_millis=10000`. See [here](https://old.docs.firebolt.io/developing-with-firebolt/connecting-with-jdbc.html#available-connection-parameters) for a list of all available JDBC connection parameters. |
5959

6060
Be sure to select **Save** after entering all your information. After saving, you should get a message saying your Firebolt database was successfully added.

docs/sql-reference/commands/select.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SELECT [ ALL | DISTINCT ] {<select_expr> [, ...]}
4141
The SELECT list defines the columns that it returns. Each `<select_expr>` in the SELECT list can be either expression, or wildcards.
4242

4343
{: .note}
44-
>Selecting **only** [partitioned](https://docs.firebolt.io/working-with-partitions.html) or [virtual columns](https://docs.firebolt.io/loading-data/working-with-external-tables.html#using-metadata-virtual-columns) is currently not supported in Firebolt. Selecting a combination of partitioned/virtual columns and regular columns is supported.
44+
>Selecting **only** [partitioned](https://old.docs.firebolt.io/working-with-partitions.html) or [virtual columns](https://old.docs.firebolt.io/loading-data/working-with-external-tables.html#using-metadata-virtual-columns) is currently not supported in Firebolt. Selecting a combination of partitioned/virtual columns and regular columns is supported.
4545
4646
### SELECT expression
4747

0 commit comments

Comments
 (0)