remove workspace from the repository, instead generate a zipfile to upload
[rust-101.git] / src / part11.rs
index a5cafa1ca6794419e1d29184b862ab0b1b0b98d7..9d931db73b41fc912c1885ab74075890ab8eb99b 100644 (file)
@@ -117,4 +117,4 @@ pub fn main() {
 // to work with an arbitrary type `T` that's passed to the callbacks. Since you need to call multiple callbacks with the
 // same `t: T`, you will either have to restrict `T` to `Copy` types, or pass a reference.
 
-//@ [index](main.html) | [previous](part10.html) | [raw source](https://www.ralfj.de/git/rust-101.git/blob_plain/HEAD:/workspace/src/part11.rs) | [next](part12.html)
+//@ [index](main.html) | [previous](part10.html) | [raw source](workspace/src/part11.rs) | [next](part12.html)