From d5628f52dfda37dd9c7bc3d813586c39dd13ec03 Mon Sep 17 00:00:00 2001 From: Steven Roussey Date: Wed, 3 Jan 2024 17:30:24 -0800 Subject: [PATCH] link to docs incorrect for js/web/node (#18960) ### Description link to docs incorrect for js/web/node ### Motivation and Context Trying to build myself and not yet succeeding. --- js/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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