Skip to content

Commit f83e3f7

Browse files
add old setup we references
1 parent 9ce9fda commit f83e3f7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Explore [**documentation**](https://kotlin.github.io/dataframe) for details.
4242
You could find the following articles there:
4343

4444
* [Guides and Examples](https://kotlin.github.io/dataframe/guides-and-examples.html)
45-
* [Get started with Kotlin DataFrame](https://kotlin.github.io/dataframe/gettingstarted.html)
45+
* [Get started with Kotlin DataFrame](https://kotlin.github.io/dataframe/setup.html)
4646
* [Working with Data Schemas](https://kotlin.github.io/dataframe/schemas.html)
4747
* [Setup compiler plugin in Gradle project](https://kotlin.github.io/dataframe/compiler-plugin.html)
4848
* [Full list of all supported operations](https://kotlin.github.io/dataframe/operations.html)
@@ -61,7 +61,7 @@ Check out this [notebook with new features](examples/notebooks/feature_overviews
6161
## Setup
6262

6363
> For more detailed instructions on how to get started with Kotlin DataFrame, refer to the
64-
> [Getting Started](https://kotlin.github.io/dataframe/gettingstarted.html).
64+
> [Getting Started](https://kotlin.github.io/dataframe/setup.html).
6565
6666
### Kotlin Notebook
6767

docs/StardustDocs/d.tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
</toc-element>
1515
</toc-element>
1616

17-
<toc-element topic="Setup.md" accepts-web-file-names="installation.html">
18-
<toc-element topic="SetupKotlinNotebook.md"/>
19-
<toc-element topic="SetupGradle.md"/>
20-
<toc-element topic="SetupJupyter.md"/>
21-
<toc-element topic="SetupDatalore.md"/>
22-
<toc-element topic="SetupAndroid.md"/>
17+
<toc-element topic="Setup.md" accepts-web-file-names="gettingstarted">
18+
<toc-element topic="SetupKotlinNotebook.md" accepts-web-file-names="gettingstartedkotlinnotebook.html"/>
19+
<toc-element topic="SetupGradle.md" accepts-web-file-names="gettingstartedgradle.html"/>
20+
<toc-element topic="SetupJupyter.md" accepts-web-file-names="gettingstartedjupyternotebook.html"/>
21+
<toc-element topic="SetupDatalore.md" accepts-web-file-names="gettingstarteddatalore.html"/>
22+
<toc-element topic="SetupAndroid.md" accepts-web-file-names="gettingstartedgradleadvanced.html"/>
2323
<toc-element topic="Modules.md"/>
2424
</toc-element>
2525
<toc-element topic="concepts.md" accepts-web-file-names="overview.html">

0 commit comments

Comments
 (0)