From f1da79091fce56436c2c121eb237509bcd0e96d7 Mon Sep 17 00:00:00 2001 From: Ziyin Lu <498340080@qq.com> Date: Mon, 6 Dec 2021 16:16:35 +0800 Subject: [PATCH] docs: fix error link path in storage e2e test doc --- test/e2e/storage/external/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/external/README.md b/test/e2e/storage/external/README.md index 3cc0deb52ba..e471a0cac5f 100644 --- a/test/e2e/storage/external/README.md +++ b/test/e2e/storage/external/README.md @@ -7,7 +7,7 @@ filename can be absolute or relative to `--repo-root`. The content of the file is used to populate a struct that defines how to test the driver. For a full definition of the content see: - `struct driverDefinition` in [external.go](./external.go) -- `struct TestDriver` and the `Cap` capability constants in [testdriver.go](../testsuites/testdriver.go) +- `struct TestDriver` and the `Cap` capability constants in [testdriver.go](../framework/testdriver.go) Here is a minimal example for the CSI hostpath driver: