From c8197f524e349de8a6497c6cba00b57189bb5c3e Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 15 Sep 2019 20:19:48 +0200 Subject: fix gh-pages build --- macros/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros/src/lib.rs') diff --git a/macros/src/lib.rs b/macros/src/lib.rs index fdde5c6..54282e1 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -89,9 +89,9 @@ mod tests; /// /// - `resources: ::Resources`. A `struct` that contains all the resources that can be /// accessed from this context. Each field is a different resource; each resource may appear as a -/// reference (`&[mut]-`) or as proxy structure that implements the [`rftm::Mutex`] trait. +/// reference (`&[mut]-`) or as proxy structure that implements the [`rftm::Mutex`][rtfm-mutex] trait. /// -/// [`rtfm::Mutex`]: ../rtfm/trait.Mutex.html +/// [rtfm-mutex]: ../rtfm/trait.Mutex.html /// /// - `schedule: ::Schedule`. A `struct` that can be used to schedule *software* tasks. /// -- cgit v1.2.3