diff --git a/synthtool/gcp/templates/node_library/README.md b/synthtool/gcp/templates/node_library/README.md index e5a6fa5f2..15009ea2d 100644 --- a/synthtool/gcp/templates/node_library/README.md +++ b/synthtool/gcp/templates/node_library/README.md @@ -87,7 +87,7 @@ also contains samples. {% endif %} ## Supported Node.js Versions -Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). +Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule). Libraries are compatible with all current _active_ and _maintenance_ versions of Node.js. If you are using an end-of-life version of Node.js, we recommend that you update diff --git a/synthtool/gcp/templates/node_mono_repo_library/README.md b/synthtool/gcp/templates/node_mono_repo_library/README.md index 335bb9abb..ad876625b 100644 --- a/synthtool/gcp/templates/node_mono_repo_library/README.md +++ b/synthtool/gcp/templates/node_mono_repo_library/README.md @@ -87,7 +87,7 @@ also contains samples. {% endif %} ## Supported Node.js Versions -Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). +Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule). Libraries are compatible with all current _active_ and _maintenance_ versions of Node.js. If you are using an end-of-life version of Node.js, we recommend that you update diff --git a/tests/fixtures/node_templates/no_version/README.md b/tests/fixtures/node_templates/no_version/README.md index a54de2476..40720bba3 100644 --- a/tests/fixtures/node_templates/no_version/README.md +++ b/tests/fixtures/node_templates/no_version/README.md @@ -54,7 +54,7 @@ also contains samples. ## Supported Node.js Versions -Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). +Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule). Libraries are compatible with all current _active_ and _maintenance_ versions of Node.js. If you are using an end-of-life version of Node.js, we recommend that you update diff --git a/tests/fixtures/nodejs-dlp-with-staging/README.md b/tests/fixtures/nodejs-dlp-with-staging/README.md index 52019f59e..da7b0c876 100644 --- a/tests/fixtures/nodejs-dlp-with-staging/README.md +++ b/tests/fixtures/nodejs-dlp-with-staging/README.md @@ -163,7 +163,7 @@ also contains samples. ## Supported Node.js Versions -Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). +Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule). Libraries are compatible with all current _active_ and _maintenance_ versions of Node.js. diff --git a/tests/fixtures/nodejs-dlp/README.md b/tests/fixtures/nodejs-dlp/README.md index 52019f59e..da7b0c876 100644 --- a/tests/fixtures/nodejs-dlp/README.md +++ b/tests/fixtures/nodejs-dlp/README.md @@ -163,7 +163,7 @@ also contains samples. ## Supported Node.js Versions -Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). +Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule). Libraries are compatible with all current _active_ and _maintenance_ versions of Node.js. diff --git a/tests/fixtures/nodejs_mono_repo_with_staging/packages/dlp/README.md b/tests/fixtures/nodejs_mono_repo_with_staging/packages/dlp/README.md index 52019f59e..da7b0c876 100644 --- a/tests/fixtures/nodejs_mono_repo_with_staging/packages/dlp/README.md +++ b/tests/fixtures/nodejs_mono_repo_with_staging/packages/dlp/README.md @@ -163,7 +163,7 @@ also contains samples. ## Supported Node.js Versions -Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). +Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule). Libraries are compatible with all current _active_ and _maintenance_ versions of Node.js. diff --git a/tests/fixtures/nodejs_mono_repo_without_version/packages/no_version/README.md b/tests/fixtures/nodejs_mono_repo_without_version/packages/no_version/README.md index a54de2476..40720bba3 100644 --- a/tests/fixtures/nodejs_mono_repo_without_version/packages/no_version/README.md +++ b/tests/fixtures/nodejs_mono_repo_without_version/packages/no_version/README.md @@ -54,7 +54,7 @@ also contains samples. ## Supported Node.js Versions -Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/). +Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule). Libraries are compatible with all current _active_ and _maintenance_ versions of Node.js. If you are using an end-of-life version of Node.js, we recommend that you update