diff --git a/Cargo.toml b/Cargo.toml index c83e69a2..06556447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/AngryLawyer/rust-sdl2" -documentation = "http://www.rust-ci.org/AngryLawyer/rust-sdl2/doc/sdl2/" +documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/" version = "0.10.0" license = "MIT" authors = [ "Tony Aldridge " ] diff --git a/README.md b/README.md index b23ed492..3860e38d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you want a library compatible with earlier versions of SDL, please see # Documentation -* [http://angrylawyer.github.io/rust-sdl2/sdl2/index.html](http://angrylawyer.github.io/rust-sdl2/sdl2/index.html) +* [http://angrylawyer.github.io/rust-sdl2/sdl2/](http://angrylawyer.github.io/rust-sdl2/sdl2/) ## Where are SDL_image, SDL_mixer, and SDL_ttf?