From 30a733f5b7b47dd6dfa74a117c425117d8219b28 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Thu, 4 Oct 2018 16:49:48 -0400 Subject: [PATCH] Fix markdown by removing a space in a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338b3b7..24cce5c 100644 --- a/README.md +++ b/README.md @@ -1170,7 +1170,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [Rustlings](https://github.com/rustlings/rustlings) — small exercises to get you used to reading and writing Rust code * [stdx](https://github.com/brson/stdx) — Learn these crates first as an extension to std * [University of Pennsylvania's Comp Sci Rust Programming Course](http://cis198-2016s.github.io/schedule/) - * [Build a language VM] (https://blog.subnetzero.io/post/building-language-vm-part-00/) + * [Build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-00/) * Podcasts * [New Rustacean](https://newrustacean.com) — a podcast about learning Rust * [RustCamp 2015 Talks](http://confreaks.tv/events/rustcamp2015)