From 3e17e73ad22ebdebe02749132b17b12577d380f7 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Wed, 28 Jan 2026 10:14:48 -0500 Subject: [PATCH] yait -> fp on home link --- docs.fsdproject.org/www/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") .. "]"), }) })