Skip to content

Commit

Permalink
refactor(website): Link to article tutorial until documentation is done.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Mar 19, 2024
1 parent 00e7d2b commit 25a0c5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fun HomePage() = PageLayout("Home") {
Div({
classes(HomePageStyle.actions)
}) {
LinkButton("Get Started", "/docs/getting-started", classes = arrayOf("primary"))
LinkButton("Get Started", "https://ayfri.com/articles/kore-introduction/", classes = arrayOf("primary"))
LinkButton("GitHub", GITHUB_LINK)
}

Expand Down Expand Up @@ -428,7 +428,7 @@ fun HomePage() = PageLayout("Home") {

P("Craft your first datapack with Kore, and enjoy the power of Kotlin for Minecraft development.")

LinkButton("Get Started", GITHUB_LINK, classes = arrayOf("primary"))
LinkButton("Get Started", "https://ayfri.com/articles/kore-introduction/", classes = arrayOf("primary"))
}
}

Expand Down

0 comments on commit 25a0c5f

Please sign in to comment.