diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07bc90010..20e1654dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## 📋 Code Quality Requirements -For instructions on setting up and running the local development environment, please see [Development Guide](docs/DEVELOPMENT.md). +This guide covers the local development environment and the checks expected before contributing. ### 🔧 Code Formatting Rules diff --git a/README_ZH.md b/README_ZH.md index 7100e2ab7..92a07c312 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -1,4 +1,4 @@ -[](https://rustfs.com.cn) +[](https://rustfs.com.cn)
RustFS 是一个基于 Rust 构建的高性能分布式对象存储系统。
diff --git a/crates/e2e_test/src/kms/README.md b/crates/e2e_test/src/kms/README.md index ef25bdaf6..e730b74bd 100644 --- a/crates/e2e_test/src/kms/README.md +++ b/crates/e2e_test/src/kms/README.md @@ -244,9 +244,9 @@ Designed to run inside CI/CD pipelines: ## 📚 References -- [KMS configuration guide](../../../../docs/kms/README.md) -- [Dynamic configuration API](../../../../docs/kms/http-api.md) -- [Troubleshooting](../../../../docs/kms/troubleshooting.md) +- [KMS configuration types](../../../kms/src/config.rs) +- [Dynamic configuration API handlers](../../../../rustfs/src/admin/handlers/kms_dynamic.rs) +- [KMS management API handlers](../../../../rustfs/src/admin/handlers/kms_management.rs) --- diff --git a/scripts/s3-tests/README.md b/scripts/s3-tests/README.md index 5a4e25719..b6a7683fe 100644 --- a/scripts/s3-tests/README.md +++ b/scripts/s3-tests/README.md @@ -453,6 +453,6 @@ The script follows the same steps: ## See Also -- [GitHub Actions Workflow](../.github/workflows/e2e-s3tests.yml) -- [S3 Tests Configuration](../.github/s3tests/s3tests.conf) +- [GitHub Actions Workflow](../../.github/workflows/e2e-s3tests.yml) +- [S3 Tests Configuration](../../.github/s3tests/s3tests.conf) - [Ceph S3 Tests Repository](https://github.com/ceph/s3-tests)