Skip to content

Commit 681f348

Browse files
committed
server: redirect to how to on github
1 parent 01f3dc4 commit 681f348

File tree

1 file changed

+1
-1
lines changed
  • server/src/main/kotlin/cloud/skadi/gist/routing

1 file changed

+1
-1
lines changed

server/src/main/kotlin/cloud/skadi/gist/routing/Home.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fun Application.configureHomeRouting(tsm: TurboStreamMananger, store: StoragePro
5353
}
5454

5555
get("/how-to") {
56-
call.respondText("no yet there")
56+
call.respondRedirect("https://github.com/skadi-cloud/gist/blob/main/docs/how-to.md", true)
5757
}
5858
}
5959

0 commit comments

Comments
 (0)