Skip to content

Commit dc5cd4a

Browse files
committed
Fix broken links to nvm releases.
1 parent 151e23f commit dc5cd4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
# Ignore specific anchors
8080
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue",
8181
r"https://github.com/browserslist/browserslist#queries",
82+
r"https://github.com/nodejs/release#release-schedule",
8283
r"https://github.com/plone/cookiecutter-zope-instance#options",
8384
r"https://github.com/plone/plone.docker#for-basic-usage",
8485
r"https://github.com/plone/plone.rest#cors",

docs/install/source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,12 @@ it provides easy access to any NodeJS released version.
397397
nvm version
398398
```
399399

400-
1. Install any active LTS version of NodeJS (https://nodejs.org/en/about/releases/):
400+
1. Install any active LTS version of NodeJS (https://github.com/nodejs/release#release-schedule):
401401

402402
```{note}
403403
:class: margin
404404
Volto supports currently active NodeJS LTS versions based on [NodeJS
405-
Releases page](https://nodejs.org/en/about/releases/), starting with Node 14 LTS.
405+
Releases page](https://github.com/nodejs/release#release-schedule), starting with Node 14 LTS.
406406
```
407407

408408
```bash

0 commit comments

Comments
 (0)