Skip to content

Conversation

@naveenkarmegam
Copy link
Contributor

@naveenkarmegam naveenkarmegam commented Dec 25, 2025

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

  • Navigated to /en/about/previous-releases
  • Verified that the Download page link is now clickable and correctly routes to /download
  • Screenshot attached
image

Related Issues

Fixes #8451

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run pnpm format to ensure the code follows the style guide.
  • I have run pnpm test to check if all tests are passing.
  • I have run pnpm build to check if the website builds without errors.
  • I've covered new added functionality with unit tests if necessary.

@naveenkarmegam naveenkarmegam requested a review from a team as a code owner December 25, 2025 15:12
@vercel
Copy link

vercel bot commented Dec 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
nodejs-org Ready Ready Preview Dec 26, 2025 11:41am

@github-actions
Copy link
Contributor

👋 Codeowner Review Request

The 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
Copy link

codecov bot commented Dec 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.74%. Comparing base (8ab0fd7) to head (ba2bd6f).
⚠️ Report is 13 commits behind head on main.
✅ All tests successful. No failed tests found.

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.
📢 Have feedback on the report? Share it here.

@ovflowd
Copy link
Member

ovflowd commented Dec 25, 2025

Screenshot attached

No screenshot attached?

@avivkeller avivkeller changed the title docs: fix broken /download link on Nodejs Releases page (#8451) feat(previous-releases): convert plaintext link to markdown Dec 25, 2025
@naveenkarmegam
Copy link
Contributor Author

Apologies for the oversight. I forgot to include the screenshot in the description.
I’ve attached it now — thank you for letting me know.

…ction

Co-Authored-By: Claudio Wunder <cwunder@gnome.org>
@naveenkarmegam
Copy link
Contributor Author

naveenkarmegam commented Dec 26, 2025

@ovflowd

I’ve now applied your wording and pushed the update. It reads much clearer and flows better — really appreciate your help on this.
Please let me know if everything looks good from your side

@naveenkarmegam
Copy link
Contributor Author

Hi @ovflowd ,
Just a follow-up on this PR. Please let me know if there’s anything else needed from my side.
Thanks a lot!

@ovflowd ovflowd added the github_actions:pull-request Trigger Pull Request Checks label Dec 30, 2025
@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label Dec 30, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 30, 2025

Lighthouse Results

URL Performance Accessibility Best Practices SEO Report
/en 🟢 98 🟠 88 🟢 100 🟢 100 🔗
/en/about 🟢 99 🟢 93 🟢 100 🟠 88 🔗
/en/about/previous-releases 🟢 98 🟢 93 🟢 100 🟢 100 🔗
/en/download 🟢 99 🟢 96 🟢 100 🟢 100 🔗
/en/download/archive/current 🟢 99 🟢 100 🟢 100 🟢 100 🔗
/en/blog 🟢 99 🟢 100 🟢 96 🟢 100 🔗

@ovflowd ovflowd added this pull request to the merge queue Dec 30, 2025
@ovflowd
Copy link
Member

ovflowd commented Dec 30, 2025

Apologies for the delay, getting this merged :)

Merged via the queue into nodejs:main with commit d7ac93d Dec 30, 2025
16 checks passed
@naveenkarmegam
Copy link
Contributor Author

Apologies for the delay, getting this merged :)

Thank you so much! Happy to help with anything else if needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken markdown link on “Previous Releases” page – /download link not clickable

6 participants