From 8a65b8ace77081ae01658c36faa2c8b81e0ca8ba Mon Sep 17 00:00:00 2001 From: dhilipkumars Date: Tue, 10 Mar 2026 19:26:04 -0400 Subject: [PATCH] docs: fix broken links in quickstart guide (#1759) --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 37d431dbad..4b2c3c8807 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -173,6 +173,6 @@ Finally, implement the solution: ## Next Steps -- Read the [complete methodology](../spec-driven.md) for in-depth guidance -- Check out [more examples](../templates) in the repository +- Read the [complete methodology](https://github.com/github/spec-kit/blob/main/spec-driven.md) for in-depth guidance +- Check out [more examples](https://github.com/github/spec-kit/tree/main/templates) in the repository - Explore the [source code on GitHub](https://github.com/github/spec-kit)