From 33e853e9c9fb8f123f2e02278359f5c1ae553271 Mon Sep 17 00:00:00 2001 From: Dhilip Date: Wed, 11 Mar 2026 08:51:04 -0400 Subject: [PATCH] docs: fix broken links in quickstart guide (#1759) (#1797) --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 37d431db..4b2c3c88 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)