Skip to content

Commit

Permalink
[docs/howto] Fix broken link in 'how to use nnfw api' (#14289)
Browse files Browse the repository at this point in the history
This fixes a broken link in the how-to-use-nnfw-api.md file.

ONE-DCO-1.0-Signed-off-by: Seockho Kim [email protected]
  • Loading branch information
seockho-kim authored Oct 31, 2024
1 parent f5ddd42 commit 4f61fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/how-to-use-nnfw-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please see [model2nnpkg](https://github.com/Samsung/ONE/tree/master/tools/nnpack

## Build app with NNFW API

Here are basic steps to build app with [NNFW C API](https://github.com/Samsung/ONE/blob/master/runtime/onert/api/include/nnfw.h)
Here are basic steps to build app with [NNFW C API](https://github.com/Samsung/ONE/blob/master/runtime/onert/api/nnfw/include/nnfw.h)

1) Initialize nnfw_session
``` c
Expand Down

0 comments on commit 4f61fcb

Please sign in to comment.