Skip to content

Commit 9ce9fda

Browse files
fix setup reference
1 parent 676e48d commit 9ce9fda

19 files changed

+11
-11
lines changed

docs/StardustDocs/topics/dataSources/ApacheArrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from and writing to Apache Arrow files.
1717

1818
Requires the [`dataframe-arrow` module](Modules.md#dataframe-arrow), which is included by
1919
default in the general [`dataframe`](Modules.md#dataframe-general) artifact
20-
and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
20+
and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
2121

2222
> Make sure to follow the
2323
> [Apache Arrow Java compatibility guide](https://arrow.apache.org/docs/java/install.html#java-compatibility)

docs/StardustDocs/topics/dataSources/CSV-TSV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from and writing to CSV and TSV files.
1717

1818
Requires the [`dataframe-csv` module](Modules.md#dataframe-csv),
1919
which is included by default in the general [`dataframe`](Modules.md#dataframe-general)
20-
artifact and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
20+
artifact and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
2121

2222
## Read
2323

docs/StardustDocs/topics/dataSources/Excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from and writing to Excel files in both `.xls`
1717

1818
Requires the [`dataframe-excel` module](Modules.md#dataframe-excel),
1919
which is included by default in the general [`dataframe`](Modules.md#dataframe-general)
20-
artifact and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
20+
artifact and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
2121

2222
## Read
2323

docs/StardustDocs/topics/dataSources/JSON.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Kotlin DataFrame supports reading from and writing to JSON files.
1616

1717
Requires the [`dataframe-json` module](Modules.md#dataframe-json),
1818
which is included by default in the general [`dataframe`](Modules.md#dataframe-general)
19-
artifact and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe)
19+
artifact and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe)
2020
for Kotlin Notebook.
2121

2222
> Kotlin DataFrame is suitable only for working with table-like structured JSON —

docs/StardustDocs/topics/dataSources/sql/H2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from an [H2](https://www.h2database.com/html/m
1717

1818
Requires the [`dataframe-jdbc` module](Modules.md#dataframe-jdbc),
1919
which is included by default in the general [`dataframe` artifact](Modules.md#dataframe-general)
20-
and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
20+
and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
2121

2222
You’ll also need [the official H2 JDBC driver](https://www.h2database.com/html/main.html):
2323

docs/StardustDocs/topics/dataSources/sql/MariaDB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from [MariaDB](https://mariadb.org) database u
1717

1818
Requires the [`dataframe-jdbc` module](Modules.md#dataframe-jdbc),
1919
which is included by default in the general [`dataframe` artifact](Modules.md#dataframe-general)
20-
and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
20+
and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
2121

2222
You’ll also need [the official MariaDB JDBC driver](https://mariadb.com/docs/connectors/mariadb-connector-j):
2323

docs/StardustDocs/topics/dataSources/sql/Microsoft-SQL-Server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ database using JDBC.
1818

1919
Requires the [`dataframe-jdbc` module](Modules.md#dataframe-jdbc),
2020
which is included by default in the general [`dataframe` artifact](Modules.md#dataframe-general)
21-
and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
21+
and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
2222

2323
You’ll also need
2424
[the official MS SQL JDBC driver](https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver17):

docs/StardustDocs/topics/dataSources/sql/MySQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from [MySQL](https://www.mysql.com) database u
1717

1818
Requires the [`dataframe-jdbc` module](Modules.md#dataframe-jdbc),
1919
which is included by default in the general [`dataframe` artifact](Modules.md#dataframe-general)
20-
and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
20+
and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
2121

2222
You’ll also need [the official MySQL JDBC driver](https://dev.mysql.com/downloads/connector/j/):
2323

docs/StardustDocs/topics/dataSources/sql/PostgreSQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Kotlin DataFrame supports reading from [PostgreSQL](https://www.postgresql.org)
1717

1818
Requires the [`dataframe-jdbc` module](Modules.md#dataframe-jdbc),
1919
which is included by default in the general [`dataframe` artifact](Modules.md#dataframe-general)
20-
and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
20+
and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
2121

2222
You’ll also need [the official PostgreSQL JDBC driver](https://jdbc.postgresql.org):
2323

docs/StardustDocs/topics/dataSources/sql/SQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Kotlin DataFrame supports reading from SQL databases using JDBC.
1616

1717
Requires the [`dataframe-jdbc` module](Modules.md#dataframe-jdbc),
1818
which is included by default in the general [`dataframe` artifact](Modules.md#dataframe-general)
19-
and in [`%use dataframe`](gettingStartedKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
19+
and in [`%use dataframe`](SetupKotlinNotebook.md#integrate-kotlin-dataframe) for Kotlin Notebook.
2020
You’ll also need a JDBC driver for the specific database.
2121

2222
## Supported databases

0 commit comments

Comments
 (0)