diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2020-04-16 17:37:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 17:37:43 +0200 |
commit | bb3a1bfcc62224001d577b933355661259b80854 (patch) | |
tree | 9abccb51a0545122f2d19e2db57fef37f79603fc | |
parent | 908b15104ed07db199e624b3e3a26f536adb28fc (diff) | |
parent | b9e4a01b46b923ddd719b3eeb47addac113bc3c2 (diff) | |
download | go-git-bb3a1bfcc62224001d577b933355661259b80854.tar.gz |
Merge pull request #29 from empire/patch-1
Fix example's link in 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 |