-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
feat(previous-releases): convert plaintext link to markdown #8452
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
feat(previous-releases): convert plaintext link to markdown #8452
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8452 +/- ##
==========================================
- Coverage 73.81% 73.74% -0.08%
==========================================
Files 109 108 -1
Lines 9255 9210 -45
Branches 313 312 -1
==========================================
- Hits 6832 6792 -40
+ Misses 2421 2416 -5
Partials 2 2 ☔ View full report in Codecov by Sentry. |
No screenshot attached? |
|
Apologies for the oversight. I forgot to include the screenshot in the description. |
…ction Co-Authored-By: Claudio Wunder <cwunder@gnome.org>
|
I’ve now applied your wording and pushed the update. It reads much clearer and flows better — really appreciate your help on this. |
|
Hi @ovflowd , |
|
Lighthouse Results
|
|
Apologies for the delay, getting this merged :) |
Thank you so much! Happy to help with anything else if needed! |
Description
Fixes a broken markdown link on the Previous Releases documentation page where /download was rendered as plain text instead of a clickable link. This change updates the sentence to use proper markdown link syntax for improved usability and consistency across the site.
Validation
/en/about/previous-releases/downloadRelated Issues
Fixes #8451
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.