Skip to content

Commit

Permalink
Fix tutorial API links (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Apr 5, 2024
1 parent 4117028 commit 8392a95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/tutorial.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ This will render as:
[DOM]: https://en.wikipedia.org/wiki/Document_Object_Model
[Document Object Model]: https://en.wikipedia.org/wiki/Document_Object_Model
[Kotlin]: https://kotlinlang.org/
[`Element`]: https://juullabs.github.io/api/krayon/element/com.juul.krayon.element/-element/index.html
[`HtmlKanvas`]: https://juullabs.github.io/krayon/kanvas/com.juul.krayon.kanvas/-html-kanvas/index.html
[`LineElement`]: https://juullabs.github.io/api/krayon/element/com.juul.krayon.element/-line-element/index.html
[`RootElement`]: https://juullabs.github.io/api/krayon/element/com.juul.krayon.element/-root-element/index.html
[`Selection`]: https://juullabs.github.io/api/krayon/selection/com.juul.krayon.selection/-selection/index.html
[`Element`]: https://juullabs.github.io/krayon/api/element/com.juul.krayon.element/-element/index.html
[`HtmlKanvas`]: https://juullabs.github.io/krayon/api/kanvas/com.juul.krayon.kanvas/-html-kanvas/index.html
[`LineElement`]: https://juullabs.github.io/krayon/api/element/com.juul.krayon.element/-line-element/index.html
[`RootElement`]: https://juullabs.github.io/krayon/api/element/com.juul.krayon.element/-root-element/index.html
[`Selection`]: https://juullabs.github.io/krayon/api/selection/com.juul.krayon.selection/-selection/index.html
[multiplatform]: https://kotlinlang.org/docs/multiplatform.html

0 comments on commit 8392a95

Please sign in to comment.