aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-04-16 17:37:43 +0200
committerGitHub <noreply@github.com>2020-04-16 17:37:43 +0200
commitbb3a1bfcc62224001d577b933355661259b80854 (patch)
tree9abccb51a0545122f2d19e2db57fef37f79603fc
parent908b15104ed07db199e624b3e3a26f536adb28fc (diff)
parentb9e4a01b46b923ddd719b3eeb47addac113bc3c2 (diff)
downloadgo-git-bb3a1bfcc62224001d577b933355661259b80854.tar.gz
Merge pull request #29 from empire/patch-1
Fix example's link in 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