-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Summary
The RPI documentation contains a broken hyperlink in an illustrative example that points to a non-existent path.
Location
docs/rpi/why-rpi.md - "The Difference in Practice" section
Problem
The example showing Task Researcher output contains a markdown link to ../infrastructure/modules/base/variables.tf#L47 - a path that doesn't exist in this repository. The text is meant to illustrate hypothetical output, not link to actual files.
Fix
Change the markdown link to inline code formatting since it's example text:
Before:
**With RPI**, Task Researcher finds: "12 existing modules in this repository use `resource_prefix`, not `prefix`. See [variables.tf#L47](../infrastructure/modules/base/variables.tf#L47) for the established pattern."**After:
**With RPI**, Task Researcher finds: "12 existing modules in this repository use `resource_prefix`, not `prefix`. See `variables.tf#L47` for the established pattern."Also removes the stray ** at the end causing formatting issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation