fix(misc): update to new URL
move README and Makefile to use the new URL.pull/820/head
parent
89a6c5bdd2
commit
4a76e4617e
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue