diff --git a/README.md b/README.md index 0a7211b..b7c7808 100644 --- a/README.md +++ b/README.md @@ -148,9 +148,9 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) * [hyperium/hyper](https://github.com/hyperium/hyper) — [](https://travis-ci.org/hyperium/hyper) * Client * [carllerche/curl-rust](https://github.com/carllerche/curl-rust) — [libcurl](http://curl.haxx.se/libcurl/) bindings - * [vhbit/curl-rs](https://github.com/vhbit/curl-rs) — [libcurl](http://curl.haxx.se/libcurl/) bindings [](https://travis-ci.org/vhbit/curl-rs.svg?branch=master) + * [vhbit/curl-rs](https://github.com/vhbit/curl-rs) — [libcurl](http://curl.haxx.se/libcurl/) bindings * Server - * [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings [](https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master) + * [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings [](https://travis-ci.org/erickt/rust-mongrel2) * [Iron](http://ironframework.io/) — inspired by [Express](http://expressjs.com/) [](https://travis-ci.org/iron/iron.svg?branch=master) * [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/) diff --git a/generate_markdown_files.py b/generate_markdown_files.py index 8e5db0e..643a1de 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -260,14 +260,12 @@ DATA = \ "vhbit/curl-rs": { "url": "https://github.com/vhbit/curl-rs", "descr": md_link('libcurl', 'http://curl.haxx.se/libcurl/') + " bindings", - "travis_url": "https://travis-ci.org/vhbit/curl-rs.svg?branch=master", - "travis_badge": "https://travis-ci.org/vhbit/curl-rs" }, "erickt/rust-mongrel2": { "url": "https://github.com/erickt/rust-mongrel2", "descr": md_link('Mongrel2', 'http://mongrel2.org') + " bindings", - "travis_url": "https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master", - "travis_badge": "https://travis-ci.org/erickt/rust-mongrel2" + "travis_url": "https://travis-ci.org/erickt/rust-mongrel2", + "travis_badge": "https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master", }, "Iron": { "url": "http://ironframework.io/",