remove workspace from the repository, instead generate a zipfile to upload
[rust-101.git] / src / part13.rs
index 4fbc908cab5043b8eb486ce6f7d97eecded1d251..8edcc9912db61ce1ec85b0bab10382772788c61f 100644 (file)
@@ -189,4 +189,4 @@ pub fn main() {
 //@ So if the environment of your closure contains an `Rc`, it won't be `Send`, preventing it from causing trouble. If however every
 //@ captured variable *is* `Send`, then so is the entire environment, and you are good.
 
-//@ [index](main.html) | [previous](part12.html) | [raw source](https://www.ralfj.de/git/rust-101.git/blob_plain/HEAD:/workspace/src/part13.rs) | [next](part14.html)
+//@ [index](main.html) | [previous](part12.html) | [raw source](workspace/src/part13.rs) | [next](part14.html)