diff --git a/js/node/README.md b/js/node/README.md index 98b2ea66de..234eaa111a 100644 --- a/js/node/README.md +++ b/js/node/README.md @@ -22,7 +22,7 @@ Following platforms are supported with pre-built binaries: - Linux x64 CPU NAPI_v3 - MacOS x64 CPU NAPI_v3 -To use on platforms without pre-built binaries, you can build Node.js binding from source and consume it by `npm install /js/node/`. See also [instructions](https://www.onnxruntime.ai/docs/how-to/build.html#apis-and-language-bindings) for building ONNX Runtime Node.js binding locally. +To use on platforms without pre-built binaries, you can build Node.js binding from source and consume it by `npm install /js/node/`. See also [instructions](https://onnxruntime.ai/docs/build/inferencing.html#apis-and-language-bindings) for building ONNX Runtime Node.js binding locally. # GPU Support