-
Notifications
You must be signed in to change notification settings - Fork 539
[Portal] Fix: Broken Link #5715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Portal] Fix: Broken Link #5715
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5715 +/- ##
=======================================
Coverage 51.65% 51.65%
=======================================
Files 1097 1097
Lines 57788 57788
Branches 4773 4773
=======================================
Hits 29853 29853
Misses 27217 27217
Partials 718 718
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates a link in the documentation for the `Wallet Connection functions`. The link's path has been changed, likely to reflect an updated structure in the documentation. ### Detailed summary - Changed the link from `/typescript/v5/functions#wallets` to `/typescript/v5/wallets` in the `page.mdx` file. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
775f693
to
19487cb
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR updates the link in the documentation for wallet connection functions to reflect a change in the URL structure.
Detailed summary
/typescript/v5/functions#wallets
to/typescript/v5/wallets
in thepage.mdx
file.