Fix three broken external links in connect-with-mattr tutorial#6026
Conversation
Updated three broken external links that return 404 errors due to MATTR restructuring their docs and GitHub repositories.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughReplaced several external links in the MATTR integration tutorial: updated the claimMappings reference to MATTR's credential configurations guide, changed the wallet app instructions link to go-hold/getting-started, broadened the sample-apps GitHub URL, and added a trailing newline. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md (1)
182-182: Use more descriptive link text for the wallet documentation.The link text "this documentation" is vague and does not help users understand the destination before clicking. Per the coding guidelines: "Use descriptive link text."
Suggested improvement
- See [this documentation](https://learn.mattr.global/docs/holding/go-hold/getting-started) for details. + See the [GO Hold getting started guide](https://learn.mattr.global/docs/holding/go-hold/getting-started) for download and setup instructions.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md` at line 182, Replace the vague link text "this documentation" with descriptive text that explains the destination (for example "MATTR Go Hold getting-started guide" or "MATTR Go Hold documentation: Getting Started"); update the markdown line containing the link (the text that currently reads "See [this documentation](https://learn.mattr.global/docs/holding/go-hold/getting-started) for details.") so the bracketed text is replaced by the more descriptive phrase while keeping the same URL.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md`:
- Line 153: Restore the missing hyperlink in the connect-with-mattr.md text by
replacing the plain text "MATTR-supported credential claim mappings" with a
Markdown link pointing to
https://learn.mattr.global/guides/oid4vci/credential-configuration and use
descriptive link text such as "credential configurations" or "claim mappings
guide" where the `claimMappings` parameter is described so readers can follow
the external reference.
---
Nitpick comments:
In `@en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md`:
- Line 182: Replace the vague link text "this documentation" with descriptive
text that explains the destination (for example "MATTR Go Hold getting-started
guide" or "MATTR Go Hold documentation: Getting Started"); update the markdown
line containing the link (the text that currently reads "See [this
documentation](https://learn.mattr.global/docs/holding/go-hold/getting-started)
for details.") so the bracketed text is replaced by the more descriptive phrase
while keeping the same URL.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 2018dadb-ba0d-4ce6-bd4e-a4eb99f2a907
📒 Files selected for processing (1)
en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md
en/identity-server/7.2.0/docs/references/tutorials/connect-with-mattr.md
Outdated
Show resolved
Hide resolved
Updated the link for claimMappings documentation to point to the credential configurations guide.
|
Thanks for the suggestion! I've updated the link to point to MATTR's current credential configuration documentation. |
Purpose
Updated three broken external links in the MATTR integration tutorial
that return 404 errors following MATTR's restructuring of their docs
and GitHub repositories.
Affected page: https://is.docs.wso2.com/en/latest/references/tutorials/connect-with-mattr/
Changes made
Link 1 — MATTR-supported credential claim mappings
Link 2 — MATTR mobile wallet app details
Link 3 — MATTR sample application
Related PRs
None
Test environment
N/A - documentation change only
Security checks
Summary by CodeRabbit