Skip to content

Commit 7441c32

Browse files
committed
use relative path for nodejs install link
PR comment by Timon: > Yeah please make it relative, then we can keep track of references and make sure they are valid
1 parent 1794457 commit 7441c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-platform/tools/how-to-use-node-js-and-npm-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ npm install less
100100

101101
### Install Yarn
102102

103-
*To install yarn, a more recent version of nodejs is required, so [follow the instructions and download and unpack a newer version of nodejs](https://docs.hypernode.io/hypernode-platform/tools/how-to-use-node-js-and-npm-on-hypernode.html#using-an-newer-version-of-node-js) first.
103+
*To install yarn, a more recent version of nodejs is required, so [follow the instructions and download and unpack a newer version of nodejs](../../hypernode-platform/tools/how-to-use-node-js-and-npm-on-hypernode.md#using-an-newer-version-of-node-js) first.*
104104

105105
```nginx
106106
npm install yarn

0 commit comments

Comments
 (0)