-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
docs: Fix broken link in docs #7858
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
Signed-off-by: Dongeun Kim <puro@sooplive.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 fixes broken documentation links in README.md that were caused by a recent folder structure change.
- Updates the URL for content vs code, dependency pinning, collaborator guide, and translation guidelines
- Ensures that the links now point to the correct location in the docs folder
mikeesto
left a comment
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.
Nice catch, thanks @kimpuro
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.
Looks good to me, thanks for the fixes @kimpuro 😄
|
Lighthouse Results
|
|
Fast tracking |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7858 +/- ##
==========================================
+ Coverage 75.43% 75.44% +0.01%
==========================================
Files 101 101
Lines 8305 8305
Branches 218 218
==========================================
+ Hits 6265 6266 +1
+ Misses 2038 2037 -1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Description
Fixed a broken link in
README.mdThe issue appears to have been caused by a folder structure change introduced in PR #7837
Validation
You can check the above 4 links in README.md.
Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.