From 01d7b6184a45e437888808c0a19d8b9a05e87222 Mon Sep 17 00:00:00 2001 From: syvixor Date: Thu, 21 Aug 2025 13:25:30 +0100 Subject: [PATCH] fix: update FastHTML docs URL to new canonical link --- framework-boilerplates/fasthtml/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-boilerplates/fasthtml/main.py b/framework-boilerplates/fasthtml/main.py index 2272b04438..a58363e965 100644 --- a/framework-boilerplates/fasthtml/main.py +++ b/framework-boilerplates/fasthtml/main.py @@ -29,7 +29,7 @@ def get(): href="https://vercel.com/templates/python/fasthtml-python-boilerplate", ), " or ", - A("learn more", href="https://docs.fastht.ml/"), + A("learn more", href="https://www.fastht.ml/docs"), "about FastHTML.", ) ),