Skip to content

Fix broken Plaid links in signal and transfer rule guides#34

Merged
phoenixy1 merged 1 commit into
mainfrom
ah-fix-broken-rule-links
May 22, 2026
Merged

Fix broken Plaid links in signal and transfer rule guides#34
phoenixy1 merged 1 commit into
mainfrom
ah-fix-broken-rule-links

Conversation

@phoenixy1
Copy link
Copy Markdown
Contributor

Summary

Two issues in rules/signal_guide.md and rules/transfer_guide.md broke the hyperlinks to dashboard.plaid.com and plaid.com/docs:

  1. URLs used a single-slash scheme https:/host instead of https://host, so the rendered links pointed at an invalid URL.
  2. transfer_guide.md additionally prefixed each link with the Cursor-only mdc: scheme. The repo's README advertises these rule files for use in Claude Code, Codex, and other non-Cursor AI tools where mdc: is not recognized.

Strip the mdc: prefix and restore https:// on all 7 affected links so the rules render and click through correctly in every supported AI tool.

Affected links

File Line Before After
signal_guide.md 21 https:/dashboard.plaid.com https://dashboard.plaid.com
signal_guide.md 23 https:/plaid.com/docs/sandbox/overview https://plaid.com/docs/sandbox/overview
signal_guide.md 33 https:/dashboard.plaid.com/signal/risk-profiles https://dashboard.plaid.com/signal/risk-profiles
signal_guide.md 44 https:/plaid.com/docs/link https://plaid.com/docs/link
transfer_guide.md 27 mdc:https:/dashboard.plaid.com https://dashboard.plaid.com
transfer_guide.md 29 mdc:https:/plaid.com/docs/sandbox/overview https://plaid.com/docs/sandbox/overview
transfer_guide.md 34 mdc:https:/plaid.com/docs/link https://plaid.com/docs/link

Two issues in rules/signal_guide.md and rules/transfer_guide.md broke
the hyperlinks to dashboard.plaid.com and plaid.com/docs:

1. URLs used a single-slash scheme `https:/host` instead of `https://host`,
   producing an invalid URL when rendered.
2. transfer_guide.md additionally prefixed each link with the Cursor-only
   `mdc:` scheme. The repo README advertises these rules as usable in
   Claude Code, Codex, and other non-Cursor tools where `mdc:` is not
   recognized.

Strip the `mdc:` prefix and restore `https://` on all 7 affected links so
the rules render and click through correctly in every supported AI tool.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@phoenixy1 phoenixy1 marked this pull request as ready for review May 22, 2026 23:31
@phoenixy1 phoenixy1 merged commit 059fbb8 into main May 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant