-
Notifications
You must be signed in to change notification settings - Fork 77
Fix URL #1300
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
base: master
Are you sure you want to change the base?
Fix URL #1300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR addresses broken URLs identified by Lychee link checker, specifically removing an inaccessible Stakeworld snapshot provider reference and updating Wagmi documentation.
Key Changes:
- Removed broken Stakeworld snapshot service URL from validator documentation
- Updated Wagmi documentation to reference
useConnectionhook with v3 migration note - Regenerated AI-ready documentation files to reflect source changes
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
infrastructure/running-a-validator/onboarding-and-offboarding/start-validating.md |
Removed inaccessible Stakeworld URL from snapshot provider list |
develop/smart-contracts/libraries/wagmi.md |
Updated documentation to reference useConnection hook with v3 migration note |
llms-full.jsonl |
Auto-generated: Updated to reflect source file changes |
.ai/pages/*.md |
Auto-generated: Updated to reflect source file changes |
.ai/categories/*.md |
Auto-generated: Updated to reflect source file changes |
.ai/site-index.json |
Auto-generated: Updated metadata and hashes |
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xlukem because the examples do not currently use v3 (separate PR open against staging branch for this rn), let's only update this to be the v2 link and remain as useAccount until we merge staging. The staging branch has the v2 link in it right now, so you can grab it from there. Thanks!
π Description
This PR fixes some broken URLs flagged by Lychee and closes #1299
Also closes #1303
π Review Preference
Choose one:
π€ AI-Ready Docs
If content changed, regenerate AI files:
python3 scripts/generate_llms.pyβ Checklist