Skip to content

Commit 348a96e

Browse files
authored
Merge pull request #606 from sjrd/fix-nodejsenv-api-link
Fix #602: Fix the link to the Scaladoc of NodeJSEnv.
2 parents 93c933a + 1b1f524 commit 348a96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/project/js-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Then run `nvm` to install the version of Node.js that you want:
2424
nvm install 5.0
2525

2626
For more options of the Node.js environment, see
27-
[the Scaladoc of `NodeJSEnv`]({{ site.production_url }}/api/scalajs-env-nodejs/{{ site.versions.scalaJS }}/org/scalajs/jsenv/nodejs/NodeJSEnv.html).
27+
[the Scaladoc of `NodeJSEnv`](https://javadoc.io/doc/org.scala-js/scalajs-env-nodejs_2.13/latest/org/scalajs/jsenv/nodejs/NodeJSEnv.html).
2828

2929
## Node.js with JSDOM
3030

0 commit comments

Comments
 (0)