diff --git a/docs.fsdproject.org/www/index.lua b/docs.fsdproject.org/www/index.lua index dc1e9cf..fb8694e 100644 --- a/docs.fsdproject.org/www/index.lua +++ b/docs.fsdproject.org/www/index.lua @@ -24,7 +24,7 @@ site:note(u.cc { std.a("/static/yait.html", std.h4("Yait")), std.p("  Yet Another Init Tool Online Documentation. [" .. std.a("https://fsdproject.org/releases/yait", "yait home") .. "]"), std.a("/static/fp.html", std.h4("Fp")), - std.p("  Free Pkg Online Documentation. [" .. std.a("https://fsdproject.org/releases/yait", "yait home") .. "]"), + std.p("  Free Pkg Online Documentation. [" .. std.a("https://fsdproject.org/releases/fp", "fp home") .. "]"), }) })