remove workspace from the repository, instead generate a zipfile to upload
[rust-101.git] / src / part08.rs
index 340de24a88e071f2e2ab68fd54ee646b85fd7e04..c18cbeb957e673a2d19bce1e01c0bee4c4213b54 100644 (file)
@@ -152,4 +152,4 @@ mod tests {
 // **Exercise 08.6**: Write a subtraction function, and testcases for it. Decide for yourself how you want to handle negative results.
 // For example, you may want to return an `Option`, to panic, or to return `0`.
 
-//@ [index](main.html) | [previous](part07.html) | [raw source](https://www.ralfj.de/git/rust-101.git/blob_plain/HEAD:/workspace/src/part08.rs) | [next](part09.html)
+//@ [index](main.html) | [previous](part07.html) | [raw source](workspace/src/part08.rs) | [next](part09.html)