From 4a4c7805ef459e4aa6bb78a07a6e85aed7365a2c Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 12 Oct 2014 13:33:26 +0200 Subject: [PATCH] adjust --- README.md | 2 +- generate_markdown_files.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a0ea60..094c6f4 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Only projects that are stable and useful to users are added. Projects that do no * [AngryLawyer/rust-sdl2](https://github.com/AngryLawyer/rust-sdl2) — [SDL2](http://www.libsdl.org/) bindings [](https://travis-ci.org/AngryLawyer/rust-sdl2) * [brson/rust-sdl](https://github.com/brson/rust-sdl) — [SDL1](http://www.libsdl.org/) bindings [](https://travis-ci.org/brson/rust-sdl) * SFML - * [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml) — [](https://travis-ci.org/JeremyLetang/rust-sfml) + * [jeremyletang/rust-sfml](https://github.com/JeremyLetang/rust-sfml) — [](https://travis-ci.org/jeremyLetang/rust-sfml) * Termbox * [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox]() http://github.com/nsf/termbox * wxWidgets diff --git a/generate_markdown_files.py b/generate_markdown_files.py index de54437..c2d451f 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -374,8 +374,8 @@ DATA = \ }, "jeremyletang/rust-sfml": { "url": "https://github.com/JeremyLetang/rust-sfml", - "travis_url": "https://travis-ci.org/JeremyLetang/rust-sfml", - "travis_badge": "https://travis-ci.org/jeremyletang/rust_sfml.png?branch=master", + "travis_url": "https://travis-ci.org/jeremyLetang/rust-sfml", + "travis_badge": "https://travis-ci.org/jeremyletang/rust-sfml.svg?branch=master", }, "SiegeLord/RustAllegro": { "url": "https://github.com/SiegeLord/RustAllegro",