diff options
author | Hossein Zolfi <hossein.zolfi@gmail.com> | 2020-04-16 20:00:28 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 20:00:28 +0430 |
commit | b9e4a01b46b923ddd719b3eeb47addac113bc3c2 (patch) | |
tree | 9abccb51a0545122f2d19e2db57fef37f79603fc /README.md | |
parent | 908b15104ed07db199e624b3e3a26f536adb28fc (diff) | |
download | go-git-b9e4a01b46b923ddd719b3eeb47addac113bc3c2.tar.gz |
Fix example's link in README.md
Fix example's link in README.md. It refers to the old project location.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ import "github.com/go-git/go-git" // with go modules disabled 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 |