Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
modify dev page
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Oct 28, 2023
1 parent 45a93d7 commit 3dc1419
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ fun Component.developersPage() {
private fun Component.devLinks() {
div { div ->
div.classes("buttons")
iconButton("Core Concepts", "https://docs.freenet.org/components/overview.html", arrayOf("fas", "fa-sitemap"))
iconButton("Tutorial", "https://docs.freenet.org/tutorial.html", arrayOf("fab", "fa-readme"))
iconButton("User Manual", "https://docs.freenet.org/", arrayOf("fas", "fa-book"))
iconButton("Github", "https://github.com/freenet/freenet-core", arrayOf("fab", "fa-github"))
iconButton("Crates.io", "https://crates.io/crates/locutus", arrayOf("fa-brands", "fa-rust"))
}
Expand Down

0 comments on commit 3dc1419

Please sign in to comment.