-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix: Update TRANSLATION_URL to new docs path #8090
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.
|
|
I'm fast tracking this |
|
Lighthouse Results
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8090 +/- ##
==========================================
+ Coverage 73.15% 73.18% +0.03%
==========================================
Files 97 97
Lines 8448 8448
Branches 228 227 -1
==========================================
+ Hits 6180 6183 +3
+ Misses 2267 2264 -3
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Description
This PR updates the
TRANSLATION_URLin the documentation to point to the new translation page.Validation
Confirm that the updated URL is correct and accessible.
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.