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).