Skip to content

Commit d6b372b

Browse files
authored
Fix barnsley rust code path (#952)
1 parent 1eaaa06 commit d6b372b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contents/barnsley/barnsley.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The biggest differences between the two code implementations is that the Barnsle
126126
{% sample lang="jl" %}
127127
[import, lang:"julia"](code/julia/barnsley.jl)
128128
{% sample lang="rs" %}
129-
[import, lang:"rust"](code/rust/src/main.rs)
129+
[import, lang:"rust"](code/rust/barnsley.rs)
130130
{% sample lang="cpp" %}
131131
[import, lang:"cpp"](code/cpp/barnsley.cpp)
132132
{% sample lang="c" %}

0 commit comments

Comments
 (0)