From dcdf19a751092c18cccc1e31fea684dfc599c8b8 Mon Sep 17 00:00:00 2001 From: John Kressel Date: Tue, 21 Jan 2025 14:55:46 +0000 Subject: [PATCH] Fix to exercise 1 --- docs/tutorials/hipeac2025/exercise1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/hipeac2025/exercise1/README.md b/docs/tutorials/hipeac2025/exercise1/README.md index e665434..f208191 100644 --- a/docs/tutorials/hipeac2025/exercise1/README.md +++ b/docs/tutorials/hipeac2025/exercise1/README.md @@ -16,7 +16,7 @@ DBM frameworks work by scanning the code of the application and then passing it Before continuing the initial code for this exercise has to be copied to `$MAMBO_ROOT/plugins`: ```shell -cp $MAMBO_ROOT/docs/tutorials/hipeac2024/exercise1/code/tutorial.c $MAMBO_ROOT/plugins/ +cp $MAMBO_ROOT/docs/tutorials/hipeac2025/exercise1/code/tutorial.c $MAMBO_ROOT/plugins/ ``` Now have a look at the copied code. All its parts are explained below.