fix(misc): update to new URL

move README and Makefile to use the new URL.
pull/820/head
Brandon Philips 2013-08-09 22:14:50 -07:00
parent 89a6c5bdd2
commit 4a76e4617e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
all: test
coverage:
gocov test github.com/benbjohnson/go-raft | gocov-html > coverage.html
gocov test github.com/goraft/raft | gocov-html > coverage.html
open coverage.html
dependencies:

View File

@ -1,7 +1,7 @@
go-raft
=======
[![Build Status](https://travis-ci.org/benbjohnson/go-raft.png?branch=master)](https://travis-ci.org/benbjohnson/go-raft)
[![Build Status](https://travis-ci.org/goraft/raft.png?branch=master)](https://travis-ci.org/goraft/raft)
## Overview
@ -18,7 +18,7 @@ If you have any questions on implementing go-raft in your project please file an
There is an [active community][community] of developers who can help.
go-raft is under the MIT license.
[community]: https://github.com/benbjohnson/go-raft/contributors
[community]: https://github.com/goraft/raft/contributors
### Features