Skip to content

Commit 1a24315

Browse files
docs: fix node release schedule link (#1841)
Co-authored-by: Jeffrey Rennie <[email protected]>
1 parent f54a720 commit 1a24315

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

synthtool/gcp/templates/node_library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ also contains samples.
8787
{% endif %}
8888
## Supported Node.js Versions
8989

90-
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
90+
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
9191
Libraries are compatible with all current _active_ and _maintenance_ versions of
9292
Node.js.
9393
If you are using an end-of-life version of Node.js, we recommend that you update

synthtool/gcp/templates/node_mono_repo_library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ also contains samples.
8787
{% endif %}
8888
## Supported Node.js Versions
8989

90-
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
90+
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
9191
Libraries are compatible with all current _active_ and _maintenance_ versions of
9292
Node.js.
9393
If you are using an end-of-life version of Node.js, we recommend that you update

tests/fixtures/node_templates/no_version/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ also contains samples.
5454

5555
## Supported Node.js Versions
5656

57-
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
57+
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
5858
Libraries are compatible with all current _active_ and _maintenance_ versions of
5959
Node.js.
6060
If you are using an end-of-life version of Node.js, we recommend that you update

tests/fixtures/nodejs-dlp-with-staging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ also contains samples.
163163

164164
## Supported Node.js Versions
165165

166-
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
166+
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
167167
Libraries are compatible with all current _active_ and _maintenance_ versions of
168168
Node.js.
169169

tests/fixtures/nodejs-dlp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ also contains samples.
163163

164164
## Supported Node.js Versions
165165

166-
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
166+
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
167167
Libraries are compatible with all current _active_ and _maintenance_ versions of
168168
Node.js.
169169

tests/fixtures/nodejs_mono_repo_with_staging/packages/dlp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ also contains samples.
163163

164164
## Supported Node.js Versions
165165

166-
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
166+
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
167167
Libraries are compatible with all current _active_ and _maintenance_ versions of
168168
Node.js.
169169

tests/fixtures/nodejs_mono_repo_without_version/packages/no_version/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ also contains samples.
5454

5555
## Supported Node.js Versions
5656

57-
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
57+
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
5858
Libraries are compatible with all current _active_ and _maintenance_ versions of
5959
Node.js.
6060
If you are using an end-of-life version of Node.js, we recommend that you update

0 commit comments

Comments
 (0)