Skip to content

Commit 822df7d

Browse files
author
Michal Witkowski
committed
Fix reference to mwitkow.
1 parent 28341d1 commit 822df7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The current implementation depends on a public interface to `ClientConn.Picker()
4343

4444
Names in no particular order:
4545

46-
* [mwitkow-io](https://github.com/mwitkow)
46+
* [mwitkow](https://github.com/mwitkow)
4747

4848
## License
4949

proxy_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020
"io"
2121

2222

23-
"github.com/mwitkow-io/grpc-proxy"
24-
pb "github.com/mwitkow-io/grpc-proxy/testservice"
23+
"github.com/mwitkow/grpc-proxy"
24+
pb "github.com/mwitkow/grpc-proxy/testservice"
2525

2626
"github.com/stretchr/testify/suite"
2727
"github.com/stretchr/testify/require"
@@ -234,4 +234,4 @@ func (t *testingLog) Printf(format string, args ...interface{}) {
234234

235235
func (t *testingLog) Println(args ...interface{}) {
236236
t.T.Log(args...)
237-
}
237+
}

0 commit comments

Comments
 (0)