aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/tips.md
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-09-17 19:55:55 +0200
committerJorge Aparicio <jorge@japaric.io>2019-09-17 19:55:55 +0200
commit1e0cfa19ba2f3b9290dd429c390ab959b4fa9ab7 (patch)
treeaea302a937e18d6ac1460d36a7dbc9509fda15d7 /book/en/src/by-example/tips.md
parentfa3872a7f6b1c2e4d6283d339a07e0382bc79d56 (diff)
fix more links
Diffstat (limited to 'book/en/src/by-example/tips.md')
-rw-r--r--book/en/src/by-example/tips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/tips.md b/book/en/src/by-example/tips.md
index 3852b44..a008206 100644
--- a/book/en/src/by-example/tips.md
+++ b/book/en/src/by-example/tips.md
@@ -16,7 +16,7 @@ one can write a generic function that operates on generic resources and call it
from different tasks to perform some operation on the same set of resources.
Here's one such example:
-[`rtfm::Exclusive`]: ../../api/rtfm/struct.Exclusive.html
+[`rtfm::Exclusive`]: ../../../api/rtfm/struct.Exclusive.html
``` rust
{{#include ../../../../examples/generics.rs}}