patch: change git tree links to main website ones

This commit is contained in:
2025-12-23 17:14:21 -05:00
parent 489bf60da1
commit 9d7dbc31ca
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ local std = fes.std
local site = fes.fes()
site.copyright = fes.util.copyright("https://git.vxserver.dev/fSD", "fSD")
site.copyright = fes.util.copyright("https://fsd.vxserver.dev", "fSD")
site:h1("Hello, World!")

View File

@@ -3,7 +3,7 @@ local std = fes.std
local site = fes.fes()
site.copyright = fes.util.copyright("https://git.vxserver.dev/fSD", "fSD")
site.copyright = fes.util.copyright("https://fsd.vxserver.dev", "fSD")
site:h1("Hello, World!")

View File

@@ -1,7 +1,7 @@
local fes = require("fes")
local site = fes.fes()
site.copyright = fes.util.copyright("https://git.vxserver.dev/fSD", "fSD")
site.copyright = fes.util.copyright("https://fsd.vxserver.dev", "fSD")
site:h1("Hello, World!")