Fix more broken links

This commit is contained in:
Brendan Zabarauskas 2016-08-17 23:03:39 +10:00
parent d3797724d3
commit 2dd4cae878
2 changed files with 6 additions and 6 deletions

View file

@ -16,9 +16,9 @@ authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
license = "Apache-2.0"
description = "A linear algebra and mathematics library for computer graphics."
documentation = "http://bjz.github.io/cgmath"
homepage = "https://github.com/bjz/cgmath"
repository = "https://github.com/bjz/cgmath"
documentation = "http://brendanzab.github.io/cgmath"
homepage = "https://github.com/brendanzab/cgmath"
repository = "https://github.com/brendanzab/cgmath"
readme = "README.md"
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]

View file

@ -1,8 +1,8 @@
# cgmath-rs
[![Build Status](https://travis-ci.org/bjz/cgmath.svg?branch=master)](https://travis-ci.org/bjz/cgmath)
[![Build Status](https://travis-ci.org/brendanzab/cgmath.svg?branch=master)](https://travis-ci.org/brendanzab/cgmath)
[![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath)
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/bjz/cgmath/blob/master/LICENSE)
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/brendanzab/cgmath/blob/master/LICENSE)
[![Downloads](https://img.shields.io/crates/d/cgmath.svg)](https://crates.io/crates/cgmath)
[Documentation](http://brendanzab.github.io/cgmath/)