From fabb6671c4d06e96f3194f3a168473ab3771557c Mon Sep 17 00:00:00 2001 From: Niu Lechuan Date: Fri, 2 Sep 2022 13:56:46 +0800 Subject: [PATCH] fix test file path in README.md Signed-off-by: Niu Lechuan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab8ab1e..60d3d2f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Before diving into the code of this repo, we suggest that you familiarize yourse A good starting point towards understanding the functionality of this repo would be to study the tests: -- [Bucket Controller Test](./pkg/controller/bucket/bucket_controller_test.go) -- [Bucket Access Controller Test](./pkg/controller/bucketaccess/bucket_access_controller_test.go) +- [Bucket Controller Test](./pkg/bucket/bucket_controller_test.go) +- [Bucket Access Controller Test](./pkg/bucketaccess/bucketaccess_controller_test.go) ### Build and Test