From ac67c3f361a985ef98412029083f5067649379eb Mon Sep 17 00:00:00 2001 From: Bence Fodor <1785582+fodi@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:19:04 +0100 Subject: [PATCH] Fix dead link in README :) It was 404ing due to GitHub turned it into a relative URL, adding `https://` should fix it. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 468b2b6..0f9ec40 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,5 @@ npm run dev This CLI tool internally fetches and updates, with your information, the starter templates of your choosing: -- [Starter for plugin & addons](github.com/C3Framework/framework) -- [Starter for themes](https://github.com/C3Framework/template-theme) \ No newline at end of file +- [Starter for plugin & addons](https://github.com/C3Framework/framework) +- [Starter for themes](https://github.com/C3Framework/template-theme)