fix link for lkuper's PLT Redex model of Rust

Felix S Klock II
2013-07-19 02:53:54 -07:00
parent 86d08b64a0
commit 2f8e952fe1
+1 -1
@@ -37,7 +37,7 @@
* [Prism's pastebin](http://kib2.free.fr/pastebin) - A pastebin instance that support Rust syntax highlighting using the Prism library
* [startling's pygments plugin](https://github.com/startling/pygments-rust) - Pygments syntax highlighting
* [GitHub linguist](https://github.com/github/linguist) - GitHub's language detection supports Rust
* [lkuper's PLT Redex model](https://github.com/github/linguist) - An (out-of-date) model of Rust in PLT Redex
* [lkuper's PLT Redex model](https://github.com/lkuper/rust-redex) - An (out-of-date) model of Rust in PLT Redex
* [highlight.js](http://softwaremaniacs.org/soft/highlight/en/) - Highlight Rust code in your blog by adding a single line of JavaScript to your pages
* [bstrie's map of Rust contributors](http://seleniac.org/map/)
* ["Is Rust fast yet?"](http://huonw.github.io/isrustfastyet/) - graphs of the build/test times of each merge into incoming