fix browse url's

This commit is contained in:
2026-01-20 21:20:44 -05:00
parent 65816a55a2
commit 0c3d8ae20d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ site:muted("fes is a lightweight, static, and optionated microframework.")
site:h2("Development")
site:p("You can " ..
std.external("https://git.fsdproject.org/fes", "browse") ..
std.external("https://git.fsdproject.org/fes/log.html", "browse") ..
" its source code or get a copy using the following command:")
site:code("git clone https://git.vxserver.dev/fSD/fes")

View File

@@ -10,7 +10,7 @@ site:h2("Yait")
site:muted("Yait is a highly opinionated C and SH project generator.")
site:h2("Development")
site:p("You can " .. std.external("https://git.vxserver.dev/fSD/yait", "browse") .. " its source code or get a copy using the following command:")
site:p("You can " .. std.external("https://git.fsdproject.org/yait/log.html", "browse") .. " its source code or get a copy using the following command:")
site:code("git clone https://git.vxserver.dev/fSD/yait")
site:h2("Download")