mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 20:03:07 +00:00
fix link
This commit is contained in:
parent
420b84a57a
commit
7a4311f6d5
2 changed files with 3 additions and 3 deletions
|
@ -151,7 +151,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/)
|
|||
* [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 [<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.svg?branch=master">](https://travis-ci.org/iron/iron)
|
||||
* [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/)
|
||||
|
||||
## Resources
|
||||
|
|
|
@ -270,8 +270,8 @@ DATA = \
|
|||
"Iron": {
|
||||
"url": "http://ironframework.io/",
|
||||
"descr": "inspired by " + md_link('Express', 'http://expressjs.com/'),
|
||||
"travis_url": "https://travis-ci.org/iron/iron.svg?branch=master",
|
||||
"travis_badge": "https://travis-ci.org/iron/iron"
|
||||
"travis_url": "https://travis-ci.org/iron/iron",
|
||||
"travis_badge": "https://travis-ci.org/iron/iron.svg?branch=master",
|
||||
},
|
||||
"Nickel": {
|
||||
"url": "http://nickel.rs/",
|
||||
|
|
Loading…
Reference in a new issue