From dbde5280a6a68d49f5ae17aa15a2bf2dcc86a793 Mon Sep 17 00:00:00 2001 From: roble Date: Sat, 6 Jun 2026 19:53:26 +0100 Subject: [PATCH] fix: update link to the project conventions in installation documentation --- docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index bb4d4fb..d1a2459 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -30,7 +30,7 @@ Using Claude Code, Cursor, or another coding agent? Paste this before you start: ``` I'm building a SaaS with Saucebase — a modular Laravel starter kit. -Read https://docs.saucebase.dev/for-agents.md for the project conventions, structure, and patterns. Treat it as the source of truth for how to add features, where files belong, and what commands to run. +Read https://saucebase-dev.github.io/docs/for-agents.md for the project conventions, structure, and patterns. Treat it as the source of truth for how to add features, where files belong, and what commands to run. ``` [Read the full agent guide →](pathname:///for-agents.md)