fix links in the references section

This commit is contained in:
Jorge Aparicio 2017-05-15 22:16:59 -05:00
parent 5cecc12d4c
commit c1465b2117

View file

@ -402,18 +402,18 @@
//! - Baker, T. P. (1991). Stack-based scheduling of realtime processes. //! - Baker, T. P. (1991). Stack-based scheduling of realtime processes.
//! *Real-Time Systems*, 3(1), 67-99. //! *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. //! - 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 //! (2013, June). Real-time for the masses, step 1: Programming API and static
//! priority SRP kernel primitives. In Industrial Embedded Systems (SIES), //! priority SRP kernel primitives. In Industrial Embedded Systems (SIES),
//! 2013 8th IEEE International Symposium on (pp. 110-113). IEEE. //! 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(missing_docs)]
#![deny(warnings)] #![deny(warnings)]