diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-09-17 19:55:55 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-09-17 19:55:55 +0200 |
| commit | 1e0cfa19ba2f3b9290dd429c390ab959b4fa9ab7 (patch) | |
| tree | aea302a937e18d6ac1460d36a7dbc9509fda15d7 /book/en/src/by-example/timer-queue.md | |
| parent | fa3872a7f6b1c2e4d6283d339a07e0382bc79d56 (diff) | |
fix more links
Diffstat (limited to 'book/en/src/by-example/timer-queue.md')
| -rw-r--r-- | book/en/src/by-example/timer-queue.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/timer-queue.md b/book/en/src/by-example/timer-queue.md index 57e9d01..7c8be38 100644 --- a/book/en/src/by-example/timer-queue.md +++ b/book/en/src/by-example/timer-queue.md @@ -20,7 +20,7 @@ type (see [`core::time::Duration`]) and this `Duration` type must implement the integer. If the result of the conversion doesn't fit in a 32-bit number then the operation must return an error, any error type. -[`Monotonic`]: ../../api/rtfm/trait.Monotonic.html +[`Monotonic`]: ../../../api/rtfm/trait.Monotonic.html [std-instant]: https://doc.rust-lang.org/std/time/struct.Instant.html [`core::time::Duration`]: https://doc.rust-lang.org/core/time/struct.Duration.html |
