Skip to content

Commit 77635ea

Browse files
committed
docs kdocs hot fix
1 parent a567efc commit 77635ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/StardustDocs/topics/ColumnSelectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ df.move { name.firstName and name.lastName }.after { city }
3535
<inline-frame src="resources/org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.DslGrammar.ColumnSetPartOfGrammar.ForHtml.html" width="100%"/>
3636
</tab>
3737
<tab title="On a Column Group">
38-
<inline-frame src=Aorg.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.DslGrammar.ColumnGroupPartOfGrammar.ForHtml.html" width="100%"/>
38+
<inline-frame src=resources/org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl.DslGrammar.ColumnGroupPartOfGrammar.ForHtml.html" width="100%"/>
3939
</tab>
4040
</tabs>
4141

docs/StardustDocs/topics/numberUnification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ but its logic implementation can be encountered in multiple places, such as
88

99
The following graph shows the hierarchy of number types in Kotlin DataFrame.
1010

11-
<inline-frame src="resources/snippets/kdocs/org.jetbrains.kotlinx.dataframe.documentation.UnifyingNumbers.Graph.html" width="100%"/>
11+
<inline-frame src="resources/org.jetbrains.kotlinx.dataframe.documentation.UnifyingNumbers.Graph.html" width="100%"/>
1212

1313
The order is top-down from the most complex type to the simplest one.
1414

0 commit comments

Comments
 (0)