Skip to content

Commit 5774e57

Browse files
committed
*: update import paths to "etcd-io"
Signed-off-by: Gyuho Lee <[email protected]>
1 parent eb3772f commit 5774e57

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: go
44
sudo: false
55

66
go:
7-
- 1.6.1
7+
- 1.10.3
88

99
script:
1010
- ./test

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
# protodoc
33

4-
[![Build Status](https://img.shields.io/travis/coreos/protodoc.svg?style=flat-square)][cistat] [![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][protodoc-godoc]
4+
[![Build Status](https://img.shields.io/travis/etcd-io/protodoc.svg?style=flat-square)][cistat] [![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][protodoc-godoc]
55

66
protodoc generates Protocol Buffer documentation.
77

88
```
9-
go get -v -u github.com/coreos/protodoc
9+
go get -v -u github.com/etcd-io/protodoc
1010
1111
protodoc --directory=./parse/testdata \
1212
--parse="service,message" \
@@ -26,6 +26,5 @@ of Protocol Buffer (just enough to generate documentation).
2626

2727
For full featured parser, please check out https://github.com/golang/protobuf.
2828

29-
[cistat]: https://travis-ci.org/coreos/protodoc
30-
[protodoc-godoc]: https://godoc.org/github.com/coreos/protodoc
31-
29+
[cistat]: https://travis-ci.org/etcd-io/protodoc
30+
[protodoc-godoc]: https://godoc.org/github.com/etcd-io/protodoc

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ import (
3737
"path/filepath"
3838
"strings"
3939

40-
"github.com/coreos/protodoc/parse"
40+
"github.com/etcd-io/protodoc/parse"
41+
4142
"github.com/spf13/cobra"
4243
)
4344

0 commit comments

Comments
 (0)