mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 20:54:26 +00:00
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 <wangyongchao.bj@inspur.com>
This commit is contained in:
parent
c5fea9ff70
commit
2304f935b4
@ -1,7 +1,7 @@
|
|||||||
# Kata test utilities
|
# Kata test utilities
|
||||||
|
|
||||||
This package provides a small set of test utilities. See the
|
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.
|
for full details.
|
||||||
|
|
||||||
## Test Constraints
|
## Test Constraints
|
||||||
@ -165,4 +165,4 @@ func TestOldKernelVersion(t *testing.T) {
|
|||||||
### Full details
|
### Full details
|
||||||
|
|
||||||
The public API is shown in [`constraints_api.go`](constraints_api.go) or
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user