From c16c81889648b5b33c90d3146beb6cac532cce26 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Thu, 26 Jan 2017 01:07:36 +0100 Subject: [PATCH] Fix slide link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0077921..f85b385 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Die Aufzeichnungen gibt es oft in zwei Versionen: [s15]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/15-Low-Level.pdf [s16]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/16-TraitObjects-Smartpointer-InteriorMutability-Drop-RAII.pdf [s17]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/17-Lifetimes.pdf +[s18]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/slides/18-Concurrency-Multithreading-unvollst%C3%A4ndig.pdf [m1]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/materialien/tree.rs [m2]: https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/materialien/read.rs