From 451875e508fe995150a2f8118d3954a32093660f Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Fri, 8 Nov 2024 15:56:22 -0600 Subject: [PATCH] Update slides/04-understanding_ownership.qmd Co-authored-by: DrEntropy --- slides/04-understanding_ownership.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/04-understanding_ownership.qmd b/slides/04-understanding_ownership.qmd index b629965..c310038 100644 --- a/slides/04-understanding_ownership.qmd +++ b/slides/04-understanding_ownership.qmd @@ -65,7 +65,7 @@ println!("{x}"); ```{r} #| eval: true #| echo: false -knitr::include_graphics("~/core/active/reference/bookclub-rust/slides/img/stack.png") +knitr::include_graphics("img/stack.png") ``` ## Heap