Updated location of documentation in cargo

This commit is contained in:
Tony Aldridge
2015-11-16 13:29:30 +00:00
parent cdd6b4fcc3
commit 7a6ceb3ea2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 <tony@angry-lawyer.com>" ]
+1 -1
View File
@@ -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?