Skip to content

Commit

Permalink
Fix node_repositories load path in docs/install.md (index.bzl no lo…
Browse files Browse the repository at this point in the history
…nger exists)
  • Loading branch information
jankeromnes authored and jbedard committed Aug 24, 2023
1 parent 78e0bf9 commit c4a5045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you'd like to use a version of NodeJS that is not currently supported here,
for example one that you host within your org, you can manually specify those in your `WORKSPACE`:

```python
load("@rules_nodejs//:index.bzl", "node_repositories")
load("@rules_nodejs//nodejs:repositories.bzl", "node_repositories")

node_repositories(
node_version = "8.10.0",
Expand All @@ -45,4 +45,4 @@ Specifying `node_urls` is optional. If omitted, the default values will be used.

You can use your own Node.js binary rather than fetching from the internet.
You could check in a binary file, or build Node.js from sources.
To use See [`node_toolchain`](./Core.md#node_toolchain) for docs.
To use See [`node_toolchain`](./Core.md#node_toolchain) for docs.

0 comments on commit c4a5045

Please sign in to comment.