Skip to content

Commit

Permalink
Update uicomponents.md
Browse files Browse the repository at this point in the history
Fix UIIComponentKDoc link.
  • Loading branch information
fabiankluempers committed Sep 16, 2021
1 parent 2744bee commit 7e051b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/uicomponents/uicomponents.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ layout: default
[TableViewKDoc]: https://tudo-aqua.github.io/bgw/kotlin-docs/bgw-core/tools.aqua.bgw.components.uicomponents/-table-view/index.html
[TableColumnKDoc]: https://tudo-aqua.github.io/bgw/kotlin-docs/bgw-core/tools.aqua.bgw.components.uicomponents/-table-column/index.html

[UIComponentKDoc]: https://tudo-aqua.github.io/bgw/kotlin-docs/bgw-core/tools.aqua.bgw.components.uicomponents/-u-i-component/index.htm
[UIComponentKDoc]: https://tudo-aqua.github.io/bgw/kotlin-docs/bgw-core/tools.aqua.bgw.components.uicomponents/-u-i-component/index.html
[LabeledUIComponentKDoc]: https://tudo-aqua.github.io/bgw/kotlin-docs/bgw-core/tools.aqua.bgw.components.uicomponents/-labeled-u-i-component/index.html
[TextInputUIComponentKDoc]: https://tudo-aqua.github.io/bgw/kotlin-docs/bgw-core/tools.aqua.bgw.components.uicomponents/-text-input-u-i-component/index.html

Expand Down Expand Up @@ -587,4 +587,4 @@ class UIComponentExample : BoardGameApplication("UIComponent Example") {
show()
}
}
````
````

0 comments on commit 7e051b8

Please sign in to comment.