From 8826179b46f67fe515b9a0efd1fe8e710274e72f Mon Sep 17 00:00:00 2001 From: Dimitri Belopopsky Date: Mon, 29 Nov 2021 12:19:01 +0100 Subject: [PATCH] Fix barnsley rust code path --- contents/barnsley/barnsley.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/barnsley/barnsley.md b/contents/barnsley/barnsley.md index 9c353f8b4..17dcc20b3 100644 --- a/contents/barnsley/barnsley.md +++ b/contents/barnsley/barnsley.md @@ -126,7 +126,7 @@ The biggest differences between the two code implementations is that the Barnsle {% sample lang="jl" %} [import, lang:"julia"](code/julia/barnsley.jl) {% sample lang="rs" %} -[import, lang:"rust"](code/rust/src/main.rs) +[import, lang:"rust"](code/rust/barnsley.rs) {% sample lang="cpp" %} [import, lang:"cpp"](code/cpp/barnsley.cpp) {% sample lang="c" %}