Skip to content

Commit 2282fdf

Browse files
committed
Merge pull request google#3 from jbeda/readme-fix
Fix up repo paths in the README.
2 parents 1cbeb25 + a469f96 commit 2282fdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![GoDoc Widget]][GoDoc] [![Travis Widget]][Travis] [![Coverage Status Widget]][Coverage Status]
44

5-
[GoDoc]: https://godoc.org/github.com/jbeda/go-jsonnet
6-
[GoDoc Widget]: https://godoc.org/github.com/jbeda/go-jsonnet?status.png
7-
[Travis]: https://travis-ci.org/jbeda/go-jsonnet
8-
[Travis Widget]: https://travis-ci.org/jbeda/go-jsonnet.svg?branch=master
9-
[Coverage Status Widget]: https://coveralls.io/repos/github/jbeda/go-jsonnet/badge.svg?branch=master
10-
[Coverage Status]: https://coveralls.io/github/jbeda/go-jsonnet?branch=master
5+
[GoDoc]: https://godoc.org/github.com/google/go-jsonnet
6+
[GoDoc Widget]: https://godoc.org/github.com/google/go-jsonnet?status.png
7+
[Travis]: https://travis-ci.org/google/go-jsonnet
8+
[Travis Widget]: https://travis-ci.org/google/go-jsonnet.svg?branch=master
9+
[Coverage Status Widget]: https://coveralls.io/repos/github/google/go-jsonnet/badge.svg?branch=master
10+
[Coverage Status]: https://coveralls.io/github/google/go-jsonnet?branch=master
1111

1212
This is a port of [jsonnet](http://jsonnet.org/) to go. It is very much a work in progress.
1313

0 commit comments

Comments
 (0)