Skip to content

Commit

Permalink
link to folder instead of READMEs inside folder (microsoft#3938)
Browse files Browse the repository at this point in the history
otherwise hard to find the source code
  • Loading branch information
prasanthpul authored May 14, 2020
1 parent 48f69cf commit 84c108a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nodejs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit 84c108a

Please sign in to comment.