diff --git a/README.md b/README.md
index 387613c..49fbdad 100644
--- a/README.md
+++ b/README.md
@@ -297,11 +297,11 @@ The main documentation is always the best beginning, so if you haven't read it y
| C# |
- [Exploring Rust (from C#)](http://nblumhardt.com/2016/03/exploring-rust/) - Nicholas Blumhardt
|
| C/C++ | - [Rust For Systems Programmers](https://github.com/nrc/r4cppp) & [Rust for C++ Programmers](https://www.gitbook.com/book/aminb/rust-for-c/details) - [Nick Cameron][]
- [I used to use pointers - now what?](https://github.com/diwic/reffers-rs/blob/master/docs/Pointers.md) - diwic
- [Comparing parallel Rust and C++](https://parallel-rust-cpp.github.io/) - matiaslindgren
- [Zero cost abstractions: Rust vs C++](https://www.rottedfrog.co.uk/?p=24) - rottedfrog
- [A Firehose of Rust, for busy people who know some C++](https://www.youtube.com/watch?v=IPmRDS0OSxM) - Jack O'Connor
- [Unsafe Rust is not C](https://www.youtube.com/watch?v=DG-VLezRkYQ) - Jack O'Connor
|
| Clojure | - [Rust for Clojurists](https://gist.github.com/oakes/4af1023b6c5162c6f8f0) - Zach Oakes
|
-| Go | - [Rust vs Go](https://bitfieldconsulting.com/golang/rust-vs-go) - John Arundel
- [Rust vs. Go](http://julio.meroh.net/2018/07/rust-vs-go.html) - Julio Merino
+| Go | - [Rust vs Go](https://bitfieldconsulting.com/golang/rust-vs-go) - John Arundel
- [Rust vs. Go](http://julio.meroh.net/2018/07/rust-vs-go.html) - Julio Merino
|
| Java/Scala | - [Comparing Rust and Java](https://llogiq.github.io/2016/02/28/java-rust.html) - [Llogiq][]
- [A light comparison between Rust and Java generics and type system features.](https://gist.github.com/Kimundi/8391398) - Marvin Löbel
- [Rust: A Scala Engineer's Perspective](https://beachape.com/blog/2017/05/24/rust-from-scala/) - Lloyd
- [Rust for professionals](https://overexact.com/rust-for-professionals/) - Pascal
|
| JavaScript | - [Rust's Ownership model for JavaScript developers](http://blog.thoughtram.io/rust/2015/05/11/rusts-ownership-model-for-javascript-developers.html) - [Christoph Burgdorf][]
- [Rust for Node developers](https://github.com/Mercateo/rust-for-node-developers) - Donald Pipowitch
- [Rust for professionals](https://overexact.com/rust-for-professionals/) - Pascal
|
| Nim | - [A Quick Comparison of Nim vs. Rust](https://arthurtw.github.io/2015/01/12/quick-comparison-nim-vs-rust.html) - Arthur Liao
|
-| Nodejs | - [Rust for Node developers](https://github.com/Mercateo/rust-for-node-developers) - Donald Pipowitch
+| Nodejs | - [Rust for Node developers](https://github.com/Mercateo/rust-for-node-developers) - Donald Pipowitch
|
| OCaml / Haskell | - [Rust for functional programmers](http://science.raphael.poss.name/rust-for-functional-programmers.html)
|
| Python | - [Rust for Python Programmers](http://lucumr.pocoo.org/2015/5/27/rust-for-pythonistas/) - Armin Ronacher
- [py2rs](https://github.com/rochacbruno/py2rs) - Bruno Rocha
|
| Ruby | - [Rust for Rubyists](https://github.com/steveklabnik/rust_for_rubyists) - [Steve Klabnik][]
|