Fix example's link in README.md

Fix example's link in README.md. It refers to the old project location.
This commit is contained in:
Hossein Zolfi
2020-04-16 20:00:28 +04:30
committed by GitHub
parent 908b15104e
commit b9e4a01b46

View File

@@ -37,7 +37,7 @@ import "github.com/go-git/go-git" // with go modules disabled
Examples Examples
-------- --------
> Please note that the `CheckIfError` and `Info` functions used in the examples are from the [examples package](https://github.com/src-d/go-git/blob/master/_examples/common.go#L17) just to be used in the examples. > Please note that the `CheckIfError` and `Info` functions used in the examples are from the [examples package](https://github.com/go-git/go-git/blob/master/_examples/common.go#L19) just to be used in the examples.
### Basic example ### Basic example