From 1e0cfa19ba2f3b9290dd429c390ab959b4fa9ab7 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 17 Sep 2019 19:55:55 +0200 Subject: fix more links --- book/en/src/by-example/tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/en/src/by-example/tips.md') 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}} -- cgit v1.2.3