diff --git a/docs/howto/how-to-use-nnfw-api.md b/docs/howto/how-to-use-nnfw-api.md index 1f7203999bd..1712e25a5fc 100644 --- a/docs/howto/how-to-use-nnfw-api.md +++ b/docs/howto/how-to-use-nnfw-api.md @@ -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