-
Notifications
You must be signed in to change notification settings - Fork 539
[Portal] Fix: Broken Link #5716
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 #5716
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 #5716 +/- ##
=======================================
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. |
Merge activity
|
size-limit report 📦
|
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the link in the `page.mdx` file for the wallet overview section, directing users to the correct "get started" guide for thirdweb wallets. ### Detailed summary - Changed the `href` attribute from `/wallet/get-started/overview` to `/connect/wallet/get-started` in the `page.mdx` file. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
f8c1657
to
bc368c5
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR updates the
href
attribute in thepage.mdx
file to correct the link path for the "Getting started" guide related to thirdweb wallets.Detailed summary
href
from/wallet/get-started/overview
to/connect/wallet/get-started
.