Skip to content

Commit

Permalink
Fix broken link #3
Browse files Browse the repository at this point in the history
  • Loading branch information
natke committed Nov 11, 2020
1 parent af6a3c3 commit a826d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Ort::ThrowOnError(OrtSessionOptionsAppendExecutionProvider_Ngraph(sf, "cpu"));
Ort::Session session(env, model_path, sf);
```
The C API details are [here](../../api/c-api.md#c-api).
The C API details are [here](../api/c-api.md#c-api).
### Python
Expand Down

0 comments on commit a826d6c

Please sign in to comment.