diff --git a/Cargo.toml b/Cargo.toml index 416f953..ae3a70e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ authors = ["Brendan Zabarauskas ", license = "Apache-2.0" description = "A linear algebra and mathematics library for computer graphics." -documentation = "http://bjz.github.io/cgmath-rs" -homepage = "https://github.com/bjz/cgmath-rs" -repository = "https://github.com/bjz/cgmath-rs" +documentation = "http://bjz.github.io/cgmath" +homepage = "https://github.com/bjz/cgmath" +repository = "https://github.com/bjz/cgmath" readme = "README.md" keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]