From 84c108a85e55093b38f5be09f26fb3ad56ff2ac3 Mon Sep 17 00:00:00 2001 From: Prasanth Pulavarthi Date: Thu, 14 May 2020 07:35:23 -0700 Subject: [PATCH] link to folder instead of READMEs inside folder (#3938) otherwise hard to find the source code --- nodejs/examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodejs/examples/README.md b/nodejs/examples/README.md index 657992db5c405..65ad26b31a11f 100644 --- a/nodejs/examples/README.md +++ b/nodejs/examples/README.md @@ -4,11 +4,11 @@ This folder contains several examples that demonstrate how to use onnxruntime No ## Examples List -### [01 Basic Usage](./01_basic-usage/README.md) +### [01 Basic Usage](./01_basic-usage/) This example is a demonstration of basic usage of ONNX Runtime Node.js binding. -### [02 Create Tensor](./02_create-tensor/README.md) +### [02 Create Tensor](./02_create-tensor/) This example is a demonstration of basic usage of creating tensors. @@ -18,7 +18,7 @@ This example is a demonstration of basic usage of creating tensors. This example is a demonstration of advanced usage of creating tensors. --> -### [04 Create InferenceSession](./04_create-inference-session/README.md) +### [04 Create InferenceSession](./04_create-inference-session/) ## Usage