aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-05-15 22:16:59 -0500
committerGravatar Jorge Aparicio <jorge@japaric.io> 2017-05-15 22:16:59 -0500
commitc1465b211704a0c993ceb9df511ebf6d085d683c (patch)
tree40e30afe4334b058d70b98733d0fd9c430d2f5c3 /src
parent5cecc12d4cab326c73fb001898d46eac2a5f8566 (diff)
downloadrtic-c1465b211704a0c993ceb9df511ebf6d085d683c.tar.gz
rtic-c1465b211704a0c993ceb9df511ebf6d085d683c.tar.zst
rtic-c1465b211704a0c993ceb9df511ebf6d085d683c.zip
fix links in the references section
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 60cae6f9..de7fd194 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -402,18 +402,18 @@
//! - Baker, T. P. (1991). Stack-based scheduling of realtime processes.
//! *Real-Time Systems*, 3(1), 67-99.
//!
-//! > The original Stack Resource Policy paper. [PDF].
+//! > The original Stack Resource Policy paper. [PDF][srp].
//!
-//! [PDF]: http://www.cs.fsu.edu/~baker/papers/mstacks3.pdf
+//! [srp]: http://www.cs.fsu.edu/~baker/papers/mstacks3.pdf
//!
//! - Eriksson, J., Häggström, F., Aittamaa, S., Kruglyak, A., & Lindgren, P.
//! (2013, June). Real-time for the masses, step 1: Programming API and static
//! priority SRP kernel primitives. In Industrial Embedded Systems (SIES),
//! 2013 8th IEEE International Symposium on (pp. 110-113). IEEE.
//!
-//! > A description of the RTFM task and resource model. [PDF]
+//! > A description of the RTFM task and resource model. [PDF][rtfm]
//!
-//! [PDF]: http://www.diva-portal.org/smash/get/diva2:1005680/FULLTEXT01.pdf
+//! [rtfm]: http://www.diva-portal.org/smash/get/diva2:1005680/FULLTEXT01.pdf
#![deny(missing_docs)]
#![deny(warnings)]