mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
docs: fix some dead links (#2975)
Signed-off-by: yihong0618 <zouzou0208@gmail.com> Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 📋 Code Quality Requirements
|
## 📋 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
|
### 🔧 Code Formatting Rules
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
[](https://rustfs.com.cn)
|
[](https://rustfs.com.cn)
|
||||||
|
|
||||||
<p align="center">RustFS 是一个基于 Rust 构建的高性能分布式对象存储系统。</p>
|
<p align="center">RustFS 是一个基于 Rust 构建的高性能分布式对象存储系统。</p>
|
||||||
|
|
||||||
|
|||||||
@@ -244,9 +244,9 @@ Designed to run inside CI/CD pipelines:
|
|||||||
|
|
||||||
## 📚 References
|
## 📚 References
|
||||||
|
|
||||||
- [KMS configuration guide](../../../../docs/kms/README.md)
|
- [KMS configuration types](../../../kms/src/config.rs)
|
||||||
- [Dynamic configuration API](../../../../docs/kms/http-api.md)
|
- [Dynamic configuration API handlers](../../../../rustfs/src/admin/handlers/kms_dynamic.rs)
|
||||||
- [Troubleshooting](../../../../docs/kms/troubleshooting.md)
|
- [KMS management API handlers](../../../../rustfs/src/admin/handlers/kms_management.rs)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -453,6 +453,6 @@ The script follows the same steps:
|
|||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
- [GitHub Actions Workflow](../.github/workflows/e2e-s3tests.yml)
|
- [GitHub Actions Workflow](../../.github/workflows/e2e-s3tests.yml)
|
||||||
- [S3 Tests Configuration](../.github/s3tests/s3tests.conf)
|
- [S3 Tests Configuration](../../.github/s3tests/s3tests.conf)
|
||||||
- [Ceph S3 Tests Repository](https://github.com/ceph/s3-tests)
|
- [Ceph S3 Tests Repository](https://github.com/ceph/s3-tests)
|
||||||
|
|||||||
Reference in New Issue
Block a user