From 9dfb07a90cb2848cff9db40bd647dcbd5a0f8fc9 Mon Sep 17 00:00:00 2001 From: TonyAdo <71679464+adohe@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:16:53 +0800 Subject: [PATCH] fix: broken link of README.md (#1157) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5095be28..830b688c 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ If you have any questions, feel free to reach out to us in the following ways: ## Contributing -If you're interested in contributing, please refer to the [Contributing Guide](docs/contributing.md) **before submitting a pull request**. +If you're interested in contributing, please refer to the [Contributing Guide](CONTRIBUTING.md) **before submitting a pull request**. ## License -Kusion is under the Apache 2.0 license. See the [LICENSE](docs/LICENSE) file for details. +Kusion is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.