summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Richardson <[email protected]>2022-01-22 19:54:04 -0600
committerGitHub <[email protected]>2022-01-22 17:54:04 -0800
commitc598ea5718d76bd08475172367236e27f1ed7dbf (patch)
tree24f422e1153763ce2996a4528d06431fdc94cf33
parent5eca48cda937e67c1f8d68a55c2db22a79d83d0c (diff)
readme: link to godoc for current main branch (#886)
The GoDoc link currently refers to the initial version of this package, but usually folks are looking for whatever matches the current main branch. This should be updated whenever the package version changes.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 871ebd8..94fdab6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
git2go
======
-[![GoDoc](https://godoc.org/github.com/libgit2/git2go?status.svg)](http://godoc.org/github.com/libgit2/git2go) [![Build Status](https://travis-ci.org/libgit2/git2go.svg?branch=main)](https://travis-ci.org/libgit2/git2go)
+[![GoDoc](https://godoc.org/github.com/libgit2/git2go?status.svg)](http://godoc.org/github.com/libgit2/git2go/v33) [![Build Status](https://travis-ci.org/libgit2/git2go.svg?branch=main)](https://travis-ci.org/libgit2/git2go)
Go bindings for [libgit2](http://libgit2.github.com/).