Fix broken link

This commit is contained in:
nathaniel 2022-11-06 10:24:13 -05:00
parent eee8bf4599
commit fb7e0961f8
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ let learner = LearnerBuilder::new("/tmp/artifact_dir")
.build(model, optim);
```
See this [example](./burn/examples/mnist.rs) for a real usage.
See this [example](https://github.com/burn-rs/burn/blob/main/examples/mnist) for a real usage.
## License