Fix broken Plaid links in signal and transfer rule guides#34
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two issues in
rules/signal_guide.mdandrules/transfer_guide.mdbroke the hyperlinks todashboard.plaid.comandplaid.com/docs:https:/hostinstead ofhttps://host, so the rendered links pointed at an invalid URL.transfer_guide.mdadditionally prefixed each link with the Cursor-onlymdc:scheme. The repo's README advertises these rule files for use in Claude Code, Codex, and other non-Cursor AI tools wheremdc:is not recognized.Strip the
mdc:prefix and restorehttps://on all 7 affected links so the rules render and click through correctly in every supported AI tool.Affected links
https:/dashboard.plaid.comhttps://dashboard.plaid.comhttps:/plaid.com/docs/sandbox/overviewhttps://plaid.com/docs/sandbox/overviewhttps:/dashboard.plaid.com/signal/risk-profileshttps://dashboard.plaid.com/signal/risk-profileshttps:/plaid.com/docs/linkhttps://plaid.com/docs/linkmdc:https:/dashboard.plaid.comhttps://dashboard.plaid.commdc:https:/plaid.com/docs/sandbox/overviewhttps://plaid.com/docs/sandbox/overviewmdc:https:/plaid.com/docs/linkhttps://plaid.com/docs/link