diff --git a/README.md b/README.md index 1ea8b80..2aeb852 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). ## Applications -See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organizations running Rust in production). +See also [Friends of Rust](https://www.rust-lang.org/friends.html)(organizations running Rust in production). * [andschwa/rust-genetic-algorithm](https://github.com/andschwa/rust-genetic-algorithm) — a genetic algorithm for academic benchmark problems [](https://travis-ci.org/andschwa/rust-genetic-algorithm) * [azerupi/mdBook](https://github.com/rust-lang-nursery/mdBook) — a command line utility to create books from markdown files [](https://travis-ci.org/azerupi/mdBook) @@ -387,7 +387,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * [d-unseductable/ruru](https://github.com/d-unseductable/ruru) — native Ruby extensions written in Rust [](https://travis-ci.org/d-unseductable/ruru) * [tildeio/helix](https://github.com/tildeio/helix) — write Ruby classes in Rust [](https://travis-ci.org/tildeio/helix) * Web Assembly - * [ashleygwilliams/wasm-pack](https://github.com/ashleygwilliams/wasm-pack) — :package: :sparkles: pack up the wasm and publish it to npm! [](https://travis-ci.org/ashleygwilliams/wasm-packn) + * [rustwasm/wasm-pack](https://github.com/rustwasm/wasm-pack) — :package: :sparkles: pack up the wasm and publish it to npm! [](https://travis-ci.org/rustwasm/wasm-packn) * [rustwasm/wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) — A project for facilitating high-level interactions between wasm modules and JS. [](https://travis-ci.org/rustwasm/wasm-bindgen) ### IDEs @@ -530,7 +530,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * [TeXitoi/structopt](https://github.com/TeXitoi/structopt) [[structopt](https://crates.io/crates/structopt)] — parse command line argument by defining a struct [](https://travis-ci.org/TeXitoi/structopt) * [killercup/quicli](https://github.com/killercup/quicli) [[quicli](https://crates.io/crates/quicli)] — quickly build cool CLI apps in Rust [](https://travis-ci.org/killercup/quicli) * Human-centered design - * [yoshuawuyts/human-panic](https://github.com/yoshuawuyts/human-panic) — panic messages for humans [](https://travis-ci.org/yoshuawuyts/human-panic) + * [rust-clique/human-panic](https://github.com/rust-clique/human-panic) — panic messages for humans [](https://travis-ci.org/rust-clique/human-panic) * Line editor * [srijs/rust-copperline](https://github.com/srijs/rust-copperline) [[copperline](https://crates.io/crates/copperline)] — pure-Rust command line editing library * [MovingtoMars/liner](https://github.com/MovingtoMars/liner) [[liner](https://crates.io/crates/liner)] — a library offering readline-like functionality [](https://travis-ci.org/MovingtoMars/liner) @@ -964,7 +964,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [dylanmckay/protocol](https://github.com/dylanmckay/protocol) — Custom TCP/UDP protocol definitions * [actix/actix](https://github.com/actix/actix) — Actor library for Rust [](https://travis-ci.org/actix/actix) * NanoMsg - * [thehydroimpulse/nanomsg.rs](https://github.com/thehydroimpulse/nanomsg.rs) — [nanomsg](http://nanomsg.org/) bindings [](https://travis-ci.org/thehydroimpulse/nanomsg.rs) + * [thehydroimpulse/nanomsg.rs](https://github.com/thehydroimpulse/nanomsg.rs) — [nanomsg](https://nanomsg.org/) bindings [](https://travis-ci.org/thehydroimpulse/nanomsg.rs) * NNTP * [mattnenterprise/rust-nntp](https://github.com/mattnenterprise/rust-nntp) — an [NNTP](https://en.wikipedia.org/wiki/Network_News_Transfer_Protocol) client for Rust [](https://travis-ci.org/mattnenterprise/rust-nntp) * POP3