Skip to content

Commit

Permalink
Merge pull request #840 from agan-k/patch-1
Browse files Browse the repository at this point in the history
Fix Broken Links
  • Loading branch information
stevepiercy authored Mar 18, 2024
2 parents f2cce5d + e42ffdf commit a7bb981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/effective-volto/getting-started/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ pip install cookiecutter

### nvm, Node.JS, Yeoman, and Yarn

First install `nvm` and latest Node.JS according to the [Plone documentation](https://6.docs.plone.org/volto/getting-started/install.html#install-nvm-nodejs-version-manager).
First install `nvm` and latest Node.JS according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#nvm).

After that, install Yeoman according to the [Plone documentation](https://6.docs.plone.org/volto/getting-started/install.html#yeoman).
After that, install Yeoman according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#yeoman-and-the-volto-boilerplate-generator).

Finally, install `yarn` according to the [Plone documentation](https://6.docs.plone.org/volto/getting-started/install.html#yarn-nodejs-package-manager).
Finally, install `yarn` according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#yarn).

### Docker (optional, but recommended)

Expand Down

0 comments on commit a7bb981

Please sign in to comment.