From e946c2a29c6690741a3ac3422a2d7264f7de3e1e Mon Sep 17 00:00:00 2001 From: Adnaan Badr Date: Sat, 1 Aug 2026 16:38:13 +0000 Subject: [PATCH] docs: point the cross-repo reference links at the docs site MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CLI guide's "For more information" list linked ../references/api-reference.md and ../references/template-support-matrix.md. Neither path exists in this repo — lvt has no docs/references/ directory at all. Those references document the core library and live in livetemplate/livetemplate, so a relative path was never going to reach them. Pointed at their rendered home on the docs site instead, which is stable across repo layout changes and is where a reader following a CLI guide actually wants to land. Surfaced by the docs site's sync tool, which now resolves upstream-relative links when mirroring (livetemplate/docs#130) and turned these into 404s rather than silently broken paths. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01QzC2djPjPHkNJgPzFpMX7v --- docs/guides/lvt-cli-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/lvt-cli-guide.md b/docs/guides/lvt-cli-guide.md index c719f4a..d8d3819 100644 --- a/docs/guides/lvt-cli-guide.md +++ b/docs/guides/lvt-cli-guide.md @@ -820,6 +820,6 @@ go run cmd/mysocial/main.go 5. **Deploy** - Build and deploy your app For more information: -- [API Reference](../references/api-reference.md) -- [Template Support Matrix](../references/template-support-matrix.md) +- [API Reference](https://livetemplate.fly.dev/reference/api) +- [Template Support Matrix](https://livetemplate.fly.dev/reference/template-support-matrix) - [LiveTemplate Documentation](https://github.com/livetemplate/livetemplate)