From 2304f935b46e5078c20a23300caa640bb4c27746 Mon Sep 17 00:00:00 2001 From: "wangyongchao.bj" Date: Wed, 25 Aug 2021 11:09:38 +0800 Subject: [PATCH] docs: update the GoDoc url from kata 1.x to 2.x the katatestutils GoDoc url stilled using the kata 1.x branch url. This PR fixed the url from kata-containers/runtime/pkg/katatestutils to kata-containers/kata-containers/src/runtime/pkg/katatestutils Fixes: #2500 Signed-off-by: wangyongchao.bj --- src/runtime/pkg/katatestutils/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/pkg/katatestutils/README.md b/src/runtime/pkg/katatestutils/README.md index dd4cbe2a0..4e8221cb8 100644 --- a/src/runtime/pkg/katatestutils/README.md +++ b/src/runtime/pkg/katatestutils/README.md @@ -1,7 +1,7 @@ # Kata test utilities This package provides a small set of test utilities. See the -[GoDoc](https://godoc.org/github.com/kata-containers/runtime/pkg/katatestutils) +[GoDoc](https://pkg.go.dev/github.com/kata-containers/kata-containers/src/runtime/pkg/katatestutils) for full details. ## Test Constraints @@ -165,4 +165,4 @@ func TestOldKernelVersion(t *testing.T) { ### Full details The public API is shown in [`constraints_api.go`](constraints_api.go) or -the [GoDoc](https://godoc.org/github.com/kata-containers/runtime/pkg/katatestutils). +the [GoDoc](https://pkg.go.dev/github.com/kata-containers/kata-containers/src/runtime/pkg/katatestutils).