From fb7e0961f82922599a83a46f0e6248ce07903d56 Mon Sep 17 00:00:00 2001 From: nathaniel Date: Sun, 6 Nov 2022 10:24:13 -0500 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b05821f82..d3a6d3bac 100644 --- a/README.md +++ b/README.md @@ -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