diff --git a/burn-book/src/advanced/no-std.md b/burn-book/src/advanced/no-std.md index ad88392d2..14b8a1b87 100644 --- a/burn-book/src/advanced/no-std.md +++ b/burn-book/src/advanced/no-std.md @@ -30,7 +30,7 @@ burn-import = { version = "0.14" } # Used to auto generate the rust code to impo ``` ### Import the Model -Follow the directions to [import models](./import/README.md). +Follow the directions to [import models](../import/README.md). Use the following ModelGen config ```rs