aboutsummaryrefslogtreecommitdiff
path: root/book/ru/src/by-example/timer-queue.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/ru/src/by-example/timer-queue.md
parentfa3872a7f6b1c2e4d6283d339a07e0382bc79d56 (diff)
fix more links
Diffstat (limited to 'book/ru/src/by-example/timer-queue.md')
-rw-r--r--book/ru/src/by-example/timer-queue.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/ru/src/by-example/timer-queue.md b/book/ru/src/by-example/timer-queue.md
index 8995bd0..d747731 100644
--- a/book/ru/src/by-example/timer-queue.md
+++ b/book/ru/src/by-example/timer-queue.md
@@ -9,7 +9,7 @@
планируется, момент ([`Instant`]), в который задачу нужно запустить, нужно передать
как первый аргумент вызова `schedule`.
-[`Instant`]: ../../api/rtfm/struct.Instant.html
+[`Instant`]: ../../../api/rtfm/struct.Instant.html
Рантайм RTFM включает монотонный, растущий только вверх, 32-битный таймер,
значение которого можно запросить конструктором `Instant::now`. Время ([`Duration`])
@@ -18,7 +18,7 @@
значение `Instant(0 /* циклов тактовой частоты */)`; таймер включается сразу перед
включением прерываний и запуском `idle`.
-[`Duration`]: ../../api/rtfm/struct.Duration.html
+[`Duration`]: ../../../api/rtfm/struct.Duration.html
В примере ниже две задачи планируются из `init`: `foo` и `bar`. `foo` -
запланирована на запуск через 8 миллионов тактов в будущем. Кроме того, `bar`