From 03e69a9f15ff0de6d551e2a9906ea976d934d491 Mon Sep 17 00:00:00 2001 From: Will McCutchen <will@mccutch.org> Date: Tue, 11 May 2021 09:17:31 -0400 Subject: [PATCH] Link to v2 docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f12573c..0afb16d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A reasonably complete and well-tested golang port of [Kenneth Reitz][kr]'s [httpbin][httpbin-org] service, with zero dependencies outside the go stdlib. -[](https://pkg.go.dev/github.com/mccutchen/go-httpbin) +[](https://pkg.go.dev/github.com/mccutchen/go-httpbin/v2) [](http://travis-ci.org/mccutchen/go-httpbin) [](https://codecov.io/gh/mccutchen/go-httpbin) -- GitLab