-
-
Notifications
You must be signed in to change notification settings - Fork 4k
fix(guide): Miscellaneous fixes #11147
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
a1345be
to
b24a809
Compare
08c9b0b
to
dfb8619
Compare
e160e42
to
13393fc
Compare
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 performs miscellaneous fixes primarily focused on updating outdated URL references in documentation files. The changes update guide links to reflect a repository structure change and fix various typos throughout the documentation.
- Updates guide-related URL references to reflect the guide's migration from a separate repository to a main repository structure
- Corrects spelling errors and typos in guide content files
- Standardizes URL formats by removing trailing slashes and updating paths
Reviewed Changes
Copilot reviewed 47 out of 47 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
packages/*/README.md | Updated guide URL references to reflect new repository structure |
apps/website/README.md | Updated guide URL references to reflect new repository structure |
apps/guide/content/docs/* | Fixed various typos and corrected MDN documentation URLs |
apps/guide/README.md | Updated guide URL references and improved contributing text |
README.md | Updated guide URL references to reflect new repository structure |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11147 +/- ##
==========================================
+ Coverage 44.19% 44.32% +0.12%
==========================================
Files 313 313
Lines 18093 18040 -53
Branches 1796 1796
==========================================
Hits 7996 7996
+ Misses 10085 10032 -53
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Minor issues I've noticed.