aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHossein Zolfi <hossein.zolfi@gmail.com>2020-04-16 20:00:28 +0430
committerGitHub <noreply@github.com>2020-04-16 20:00:28 +0430
commitb9e4a01b46b923ddd719b3eeb47addac113bc3c2 (patch)
tree9abccb51a0545122f2d19e2db57fef37f79603fc /README.md
parent908b15104ed07db199e624b3e3a26f536adb28fc (diff)
downloadgo-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5591e70..ff0c9b7 100644
--- a/README.md
+++ b/README.md
@@ -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