Skip to content

Commit 46501a9

Browse files
authored
Update README.md
1 parent 7d0852d commit 46501a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/sanity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This library provides a simple way to ensure that a CSI driver conforms to
44
the CSI specification. There are two ways to leverage this testing framework.
55
For CSI drivers written in Golang, the framework provides a simple API function
66
to call to test the driver. Another way to run the test suite is to use the
7-
command line program [csi-sanity](../../cmd/sanity).
7+
command line program [csi-sanity](https://github.com/kubernetes-csi/csi-test/tree/master/cmd/csi-sanity).
88

99
## For Golang CSI Drivers
1010
This framework leverages the Ginkgo BDD testing framework to deliver a descriptive
@@ -22,4 +22,4 @@ func TestMyDriver(t *testing.T) {
2222
```
2323

2424
## Command line program
25-
Please see [csi-sanity](../../cmd/sanity)
25+
Please see [csi-sanity](https://github.com/kubernetes-csi/csi-test/tree/master/cmd/csi-sanity)

0 commit comments

Comments
 (0)