We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c825d9a + 2190f4f commit 042635eCopy full SHA for 042635e
README.md
@@ -1,12 +1,12 @@
1
-# go-diff [](https://travis-ci.org/sourcegraph/go-diff) [](https://godoc.org/sourcegraph.com/sourcegraph/go-diff/diff)
+# go-diff [](https://travis-ci.org/sourcegraph/go-diff) [](https://godoc.org/github.com/sourcegraph/go-diff/diff)
2
3
Diff parser and printer for Go.
4
5
Installing
6
----------
7
8
```bash
9
-go get -u sourcegraph.com/sourcegraph/go-diff/diff
+go get -u github.com/sourcegraph/go-diff/diff
10
```
11
12
Usage
0 commit comments