From d65b44c5864cedbc648fe09090f1a435b29f37e8 Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Mon, 28 Oct 2024 16:09:20 -0400 Subject: [PATCH] Fix release branch link --- burn-book/src/basic-workflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/burn-book/src/basic-workflow/README.md b/burn-book/src/basic-workflow/README.md index ac501b6877..61aa9df7cd 100644 --- a/burn-book/src/basic-workflow/README.md +++ b/burn-book/src/basic-workflow/README.md @@ -14,7 +14,7 @@ automatically add the missing imports as you add the code snippets to your code. Be sure to checkout the git branch corresponding to the version of Burn you are using to follow this guide. -The current version of Burn is `0.15` and the corresponding branch to checkout is `main`. +The current version of Burn is `0.15` and the corresponding branch to checkout is [`release/0.15`](https://github.com/tracel-ai/burn/tree/release/0.15). The code for this demo can be executed from Burn's base directory using the command: