remove workspace from the repository, instead generate a zipfile to upload
[rust-101.git] / src / part04.rs
index 31e80564fdbac017ee4e83fe61378f97b3a15fa5..cb101fe10fbed065e41a4bb9e1bdb0416db4f133 100644 (file)
@@ -143,4 +143,4 @@ fn mutable_ref_demo() {
 // As it turns out, combined with the abstraction facilities of Rust, this is a very powerful mechanism
 // to tackle many problems beyond basic memory safety. You will see some examples for this soon.
 
-//@ [index](main.html) | [previous](part03.html) | [raw source](https://www.ralfj.de/git/rust-101.git/blob_plain/HEAD:/workspace/src/part04.rs) | [next](part05.html)
+//@ [index](main.html) | [previous](part03.html) | [raw source](workspace/src/part04.rs) | [next](part05.html)