Skip to content

fix(docs): fix broken example link in why-rpi.md #446

@WilliamBerryiii

Description

@WilliamBerryiii

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.

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions