mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-09-04 22:53:43 -04:00
fix link
This commit is contained in:
parent
8afe501878
commit
420b84a57a
2 changed files with 4 additions and 6 deletions
|
@ -148,9 +148,9 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/)
|
||||||
* [hyperium/hyper](https://github.com/hyperium/hyper) — [<img src="https://travis-ci.org/hyperium/hyper.svg?branch=master">](https://travis-ci.org/hyperium/hyper)
|
* [hyperium/hyper](https://github.com/hyperium/hyper) — [<img src="https://travis-ci.org/hyperium/hyper.svg?branch=master">](https://travis-ci.org/hyperium/hyper)
|
||||||
* Client
|
* Client
|
||||||
* [carllerche/curl-rust](https://github.com/carllerche/curl-rust) — [libcurl](http://curl.haxx.se/libcurl/) bindings
|
* [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 [<img src="https://travis-ci.org/vhbit/curl-rs">](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
|
* Server
|
||||||
* [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings [<img src="https://travis-ci.org/erickt/rust-mongrel2">](https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master)
|
* [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings [<img src="https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master">](https://travis-ci.org/erickt/rust-mongrel2)
|
||||||
* [Iron](http://ironframework.io/) — inspired by [Express](http://expressjs.com/) [<img src="https://travis-ci.org/iron/iron">](https://travis-ci.org/iron/iron.svg?branch=master)
|
* [Iron](http://ironframework.io/) — inspired by [Express](http://expressjs.com/) [<img src="https://travis-ci.org/iron/iron">](https://travis-ci.org/iron/iron.svg?branch=master)
|
||||||
* [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/)
|
* [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/)
|
||||||
|
|
||||||
|
|
|
@ -260,14 +260,12 @@ DATA = \
|
||||||
"vhbit/curl-rs": {
|
"vhbit/curl-rs": {
|
||||||
"url": "https://github.com/vhbit/curl-rs",
|
"url": "https://github.com/vhbit/curl-rs",
|
||||||
"descr": md_link('libcurl', 'http://curl.haxx.se/libcurl/') + " bindings",
|
"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": {
|
"erickt/rust-mongrel2": {
|
||||||
"url": "https://github.com/erickt/rust-mongrel2",
|
"url": "https://github.com/erickt/rust-mongrel2",
|
||||||
"descr": md_link('Mongrel2', 'http://mongrel2.org') + " bindings",
|
"descr": md_link('Mongrel2', 'http://mongrel2.org') + " bindings",
|
||||||
"travis_url": "https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master",
|
"travis_url": "https://travis-ci.org/erickt/rust-mongrel2",
|
||||||
"travis_badge": "https://travis-ci.org/erickt/rust-mongrel2"
|
"travis_badge": "https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master",
|
||||||
},
|
},
|
||||||
"Iron": {
|
"Iron": {
|
||||||
"url": "http://ironframework.io/",
|
"url": "http://ironframework.io/",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue