From 94cac3a3c7bf2bd886bed81d5fe147269b808c9c Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Wed, 1 Jul 2026 09:50:21 +0100 Subject: [PATCH] Fix links in the `to-prd` documentation for better accessibility --- docs/to-prd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/to-prd.md b/docs/to-prd.md index e8d2dbc..4bb49b7 100644 --- a/docs/to-prd.md +++ b/docs/to-prd.md @@ -42,6 +42,6 @@ Use `to-prd` after the plan and domain language have been resolved. Then use `to ## Pairs well with -- [grill-with-docs](/skills-grill-with-docs), to make sure the context is precise before the PRD is written -- [to-issues](/skills-to-issues), to turn the PRD into implementation tickets -- [tdd](/skills-tdd), to implement the resulting issues one behavior at a time +- [grill-with-docs](https://aihero.dev/skills-grill-with-docs), to make sure the context is precise before the PRD is written +- [to-issues](https://aihero.dev/skills-to-issues), to turn the PRD into implementation tickets +- [tdd](https://aihero.dev/skills-tdd), to implement the resulting issues one behavior at a time