diff --git a/README.md b/README.md index f178c20..c7e6012 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,6 @@ Can I use feature X? [caniuse.rs - Rust feature search](https://caniuse.rs/) * [Understanding Lifetime in Rust part 1](https://mobiarch.wordpress.com/2015/06/29/understanding-lifetime-in-rust-part-i/) | [part 2](https://mobiarch.wordpress.com/2015/07/08/understanding-lifetime-in-rust-part-ii-3/) - Bibhas Bhattacharya * [Rust Lifetimes](https://www.charlesetc.com/rust-lifetimes/) - Charles * [The Power of Lifetimes](http://pling.jondgoodwin.com/post/lifetimes/) - Jonathan Goodwin -* [Understanding Lifetimes](https://rniczh.github.io/blog/lifetimes-intro/) - Hong-Sheng ‘Rnic‘ Zheng * [Understanding Rust Lifetimes](https://medium.com/nearprotocol/understanding-rust-lifetimes-e813bcd405fa) - Maksym Zavershynskyi * [Common Rust Lifetime Misconceptions](https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md) - kirill @@ -522,10 +521,6 @@ of interest if you're running a workshop on Rust. * Carol Nichols' [Intro to Rust](https://github.com/carols10cents/intro-to-rust) that presents the guessing game and ownership in a similar manner as the book * Jonathan Pallant's [Rust on the Raspberry Pi tutorial (using a Sense HAT)](https://github.com/thejpster/pi-workshop-rs) -A few universities have had classes about Rust. Here are links to their public resources. - -* University of Pennsylvania [CIS 198: Rust Programming](https://www.cis.upenn.edu/~cis198/), Fall 2019, Rust 1.37.0. Slides linked from Schedule page. [Github](https://github.com/upenn-cis198) - [Aaron Turon]: https://github.com/aturon [Alex Crichton]: https://github.com/alexcrichton diff --git a/tr_TR.md b/tr_TR.md index 3c73a59..b4e91d3 100644 --- a/tr_TR.md +++ b/tr_TR.md @@ -3,5 +3,4 @@ ## Türkçe * [Rust Programlama Diline Giriş - Video ](https://www.youtube.com/watch?v=x4KzewBQgRQ) - Cengiz Can (Istanbul Coders) -* [Rust'a Giriş V1 - E-Kitap ](http://documents.tips/software/rusta-giris-v1.html) - Mahmut Bulut @vertexclique * [Rust Programlama Dili - E-Kitap ](https://www.gitbook.com/book/cngzhnp/rust-programlama-dili/) - Cengizhan Pasaoglu