From a5a38151b6ed5ecff844b36e9bb814b7af4e6b1c Mon Sep 17 00:00:00 2001 From: canerakdas Date: Mon, 13 Nov 2023 23:58:32 +0300 Subject: [PATCH] fix: Blog page broken url (#6112) * fix: blog page broken url * fix: blog page localised url * refactor: anchor text updated --- pages/en/blog/announcements/v20-release-announce.md | 4 ++-- pages/en/blog/announcements/v21-release-announce.md | 2 +- pages/en/blog/release/v0.10.46.md | 4 ++-- pages/en/blog/release/v0.12.15.md | 4 ++-- pages/en/blog/release/v14.19.3.md | 2 +- pages/en/blog/release/v17.9.1.md | 2 +- pages/en/blog/release/v18.2.0.md | 2 +- pages/en/blog/vulnerability/june-2023-security-releases.md | 2 +- pages/en/blog/vulnerability/october-2023-security-releases.md | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/en/blog/announcements/v20-release-announce.md b/pages/en/blog/announcements/v20-release-announce.md index 09114568f50c7..3c2096f9527f3 100644 --- a/pages/en/blog/announcements/v20-release-announce.md +++ b/pages/en/blog/announcements/v20-release-announce.md @@ -13,7 +13,7 @@ The project continues to make progress across a number of areas, with many new f You can read more about our release policy at . -To download Node.js 20.0.0, visit: . You can find the release post at , which contains the full list of commits included in this release. +To download Node.js 20.0.0, visit: [https://nodejs.org/download/current/](/download/current/). You can find the release post at [https://nodejs.org/blog/release/v20.0.0](/blog/release/v20.0.0), which contains the full list of commits included in this release. As a reminder, Node.js 20 will enter long-term support (LTS) in October, but until then, it will be the "Current" release for the next six months. We encourage you to explore the new features and benefits offered by this latest release and evaluate their potential impact on your applications. @@ -188,7 +188,7 @@ Try out the new Node.js 20 release! We’re always happy to hear your feedback. Also of note is that Node.js 14 will go End-of-Life in April 2023, so we advise you to start planning to upgrade to Node.js 18 (LTS) or Node.js 20 (soon to be LTS). -Please, consider that Node.js 16 (LTS) will go End-of-Life in September 2023, which was brought forward from April 2024 to coincide with the end of support of OpenSSL 1.1.1. You can read more details about that decision at . +Please, consider that Node.js 16 (LTS) will go End-of-Life in September 2023, which was brought forward from April 2024 to coincide with the end of support of OpenSSL 1.1.1. You can read more details about that decision at [https://nodejs.org/blog/announcements/nodejs16-eol/](/blog/announcements/nodejs16-eol/). Looking to the future, the [Next-10](https://github.com/nodejs/next-10) team is running a survey to gather info from the ecosystem. Help shape the future of Node.js by participating. Submit your feedback [here](https://linuxfoundation.surveymonkey.com/r/XJ35LYF). diff --git a/pages/en/blog/announcements/v21-release-announce.md b/pages/en/blog/announcements/v21-release-announce.md index 5cfbf473551ea..375eaac04d492 100644 --- a/pages/en/blog/announcements/v21-release-announce.md +++ b/pages/en/blog/announcements/v21-release-announce.md @@ -19,7 +19,7 @@ work since the last major release. This blog post will add some additional conte You can read more about our release policy at . -To download Node.js 21.0.0, visit: . You can find the release post at , +To download Node.js 21.0.0, visit: [https://nodejs.org/download/current/](/download/current/). You can find the release post at [https://nodejs.org/blog/release/v21.0.0](/blog/release/v21.0.0), which contains the full list of commits included in this release. ## Notable Changes diff --git a/pages/en/blog/release/v0.10.46.md b/pages/en/blog/release/v0.10.46.md index 72c29ac474a2e..16359e927cf56 100644 --- a/pages/en/blog/release/v0.10.46.md +++ b/pages/en/blog/release/v0.10.46.md @@ -15,8 +15,8 @@ author: Rod Vagg This is a security release. All Node.js users should consult the security release summary at /blog/vulnerability/june-2016-security-releases/ for details on patched vulnerabilities. -- **libuv**: (CVE-2014-9748) Fixes a bug in the read/write locks implementation for Windows XP and Windows 2003 that can lead to undefined and potentially unsafe behaviour. More information can be found at https://github.com/libuv/libuv/issues/515 or at . -- **V8**: (CVE-2016-1669) Fixes a potential Buffer overflow vulnerability discovered in V8, more details can be found in the CVE at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669 or at . +- **libuv**: (CVE-2014-9748) Fixes a bug in the read/write locks implementation for Windows XP and Windows 2003 that can lead to undefined and potentially unsafe behaviour. More information can be found at https://github.com/libuv/libuv/issues/515 or at [https://nodejs.org/blog/vulnerability/june-2016-security-releases/](/blog/vulnerability/june-2016-security-releases/). +- **V8**: (CVE-2016-1669) Fixes a potential Buffer overflow vulnerability discovered in V8, more details can be found in the CVE at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669 or at [https://nodejs.org/blog/vulnerability/june-2016-security-releases/](/blog/vulnerability/june-2016-security-releases/). ### Commits: diff --git a/pages/en/blog/release/v0.12.15.md b/pages/en/blog/release/v0.12.15.md index 51c77ed63ea40..3b3da7d9db0e3 100644 --- a/pages/en/blog/release/v0.12.15.md +++ b/pages/en/blog/release/v0.12.15.md @@ -15,8 +15,8 @@ author: Rod Vagg This is a security release. All Node.js users should consult the security release summary at /blog/vulnerability/june-2016-security-releases/ for details on patched vulnerabilities. -- **libuv**: (CVE-2014-9748) Fixes a bug in the read/write locks implementation for Windows XP and Windows 2003 that can lead to undefined and potentially unsafe behaviour. More information can be found at https://github.com/libuv/libuv/issues/515 or at . -- **V8**: (CVE-2016-1669) Fixes a potential Buffer overflow vulnerability discovered in V8, more details can be found in the CVE at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669 or at . +- **libuv**: (CVE-2014-9748) Fixes a bug in the read/write locks implementation for Windows XP and Windows 2003 that can lead to undefined and potentially unsafe behaviour. More information can be found at https://github.com/libuv/libuv/issues/515 or at [https://nodejs.org/blog/vulnerability/june-2016-security-releases/](/blog/vulnerability/june-2016-security-releases/). +- **V8**: (CVE-2016-1669) Fixes a potential Buffer overflow vulnerability discovered in V8, more details can be found in the CVE at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669 or at [https://nodejs.org/blog/vulnerability/june-2016-security-releases/](/blog/vulnerability/june-2016-security-releases/). ### Commits: diff --git a/pages/en/blog/release/v14.19.3.md b/pages/en/blog/release/v14.19.3.md index 896507b836e84..e26757440687a 100644 --- a/pages/en/blog/release/v14.19.3.md +++ b/pages/en/blog/release/v14.19.3.md @@ -8,7 +8,7 @@ author: Richard Lau ### Notable Changes -- This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See for more information on how the May 2022 OpenSSL releases affects other Node.js release lines. +- This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See [https://nodejs.org/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/](/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/) for more information on how the May 2022 OpenSSL releases affects other Node.js release lines. - The list of GPG keys used to sign releases has been synchronized with the main branch. ### Commits diff --git a/pages/en/blog/release/v17.9.1.md b/pages/en/blog/release/v17.9.1.md index e1d8288029079..8e61925cc2fff 100644 --- a/pages/en/blog/release/v17.9.1.md +++ b/pages/en/blog/release/v17.9.1.md @@ -13,7 +13,7 @@ author: Ruy Adorno #### Update to OpenSSL 3.0.3 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 17. -See for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. +See [https://nodejs.org/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/](/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/) for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. ### Commits diff --git a/pages/en/blog/release/v18.2.0.md b/pages/en/blog/release/v18.2.0.md index ee6784144c9d4..9210708e79580 100644 --- a/pages/en/blog/release/v18.2.0.md +++ b/pages/en/blog/release/v18.2.0.md @@ -11,7 +11,7 @@ author: Rafael Gonzaga #### OpenSSL 3.0.3 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. -See for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. +See [https://nodejs.org/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/](/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/) for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. - \[[`8e54c19a6e`](https://github.com/nodejs/node/commit/8e54c19a6e)] - **deps**: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022) - \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022) diff --git a/pages/en/blog/vulnerability/june-2023-security-releases.md b/pages/en/blog/vulnerability/june-2023-security-releases.md index 34f2b3f4336cd..16073227b8895 100644 --- a/pages/en/blog/vulnerability/june-2023-security-releases.md +++ b/pages/en/blog/vulnerability/june-2023-security-releases.md @@ -212,6 +212,6 @@ Releases will be available on, or shortly after, Tuesday June 20 2023. ## Contact and future updates -The current Node.js security policy can be found at . Please follow the process outlined in if you wish to report a vulnerability in Node.js. +The current Node.js security policy can be found at [https://nodejs.org/security/](/security/). Please follow the process outlined in if you wish to report a vulnerability in Node.js. Subscribe to the low-volume announcement-only nodejs-sec mailing list at to stay up to date on security vulnerabilities and security-related releases of Node.js and the projects maintained in the nodejs GitHub organization. diff --git a/pages/en/blog/vulnerability/october-2023-security-releases.md b/pages/en/blog/vulnerability/october-2023-security-releases.md index b57fecf5deb39..47b51a36068ad 100644 --- a/pages/en/blog/vulnerability/october-2023-security-releases.md +++ b/pages/en/blog/vulnerability/october-2023-security-releases.md @@ -122,6 +122,6 @@ Releases will be available on, or shortly after, Friday October 13 2023. ## Contact and future updates -The current Node.js security policy can be found at . Please follow the process outlined in if you wish to report a vulnerability in Node.js. +The current Node.js security policy can be found at [https://nodejs.org/security/](/security/). Please follow the process outlined in if you wish to report a vulnerability in Node.js. Subscribe to the low-volume announcement-only nodejs-sec mailing list at to stay up to date on security vulnerabilities and security-related releases of Node.js and the projects maintained in the nodejs GitHub organization.