Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 8899669

Browse files
authored
Merge pull request #70 from niulechuan/fix-test-file-path
fix test file path in README.md
2 parents 744f939 + 70aa06a commit 8899669

File tree

1 file changed

+2
-2
lines changed
  • container-object-storage-interface-provisioner-sidecar

1 file changed

+2
-2
lines changed

Diff for: container-object-storage-interface-provisioner-sidecar/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Before diving into the code of this repo, we suggest that you familiarize yourse
2020

2121
A good starting point towards understanding the functionality of this repo would be to study the tests:
2222

23-
- [Bucket Controller Test](./pkg/controller/bucket/bucket_controller_test.go)
24-
- [Bucket Access Controller Test](./pkg/controller/bucketaccess/bucket_access_controller_test.go)
23+
- [Bucket Controller Test](./pkg/bucket/bucket_controller_test.go)
24+
- [Bucket Access Controller Test](./pkg/bucketaccess/bucketaccess_controller_test.go)
2525

2626
### Build and Test
2727

0 commit comments

Comments
 (0)