fix: broken links. (#32)

This commit is contained in:
安正超
2025-07-02 22:22:44 +08:00
committed by GitHub
parent 5826396cd0
commit e20e84fedb
2 changed files with 9 additions and 15 deletions

View File

@@ -1,6 +1,5 @@
[![RustFS](https://github.com/user-attachments/assets/547d72f7-d1f4-4763-b9a8-6040bad9251a)](https://rustfs.com)
<p align="center">RustFS is a high-performance distributed object storage software built using Rust</p>
<p align="center">
@@ -13,8 +12,8 @@
</p>
<p align="center">
<a href="https://docs.rustfs.com/quickstart">Getting Started</a>
· <a href="https://docs.rustfs.com">Docs</a>
<a href="https://docs.rustfs.com/en/introduction.html">Getting Started</a>
· <a href="https://docs.rustfs.com/en/">Docs</a>
· <a href="https://github.com/rustfs/rustfs/issues">Bug reports</a>
· <a href="https://github.com/rustfs/rustfs/discussions">Discussions</a>
</p>
@@ -45,9 +44,7 @@ Stress test server parameters
|Network | 15Gbp |   |
|Driver | 40GB x 4 | IOPS 3800 / Driver |
https://github.com/user-attachments/assets/2e4979b5-260c-4f2c-ac12-c87fd558072a
<https://github.com/user-attachments/assets/2e4979b5-260c-4f2c-ac12-c87fd558072a>
### RustFS vs Other object storage
@@ -85,17 +82,16 @@ For detailed documentation, including configuration options, API references, and
If you have any questions or need assistance, you can:
- Check the [FAQ](https://docs.rustfs.com/faq) for common issues and solutions.
- Check the [FAQ](https://github.com/rustfs/rustfs/discussions/categories/q-a) for common issues and solutions.
- Join our [GitHub Discussions](https://github.com/rustfs/rustfs/discussions) to ask questions and share your experiences.
- Open an issue on our [GitHub Issues](https://github.com/rustfs/rustfs/issues) page for bug reports or feature requests.
## Links
- [Documentation](https://docs.rustfs.com) - The manual you should read
- [Changelog](https://docs.rustfs.com/changelog) - What we broke and fixed
- [Changelog](https://github.com/rustfs/rustfs/releases) - What we broke and fixed
- [GitHub Discussions](https://github.com/rustfs/rustfs/discussions) - Where the community lives
## Contact
- **Bugs**: [GitHub Issues](https://github.com/rustfs/rustfs/issues)
@@ -112,7 +108,6 @@ RustFS is a community-driven project, and we appreciate all contributions. Check
<img src="https://contrib.rocks/image?repo=rustfs/rustfs" />
</a>
## License
[Apache 2.0](https://opensource.org/licenses/Apache-2.0)

View File

@@ -12,8 +12,8 @@
</p >
<p align="center">
<a href="https://docs.rustfs.com/quickstart">快速开始</a >
· <a href="https://docs.rustfs.com">文档</a >
<a href="https://docs.rustfs.com/zh/introduction.html">快速开始</a >
· <a href="https://docs.rustfs.com/zh/">文档</a >
· <a href="https://github.com/rustfs/rustfs/issues">问题报告</a >
· <a href="https://github.com/rustfs/rustfs/discussions">讨论</a >
</p >
@@ -44,8 +44,7 @@ RustFS 是一个使用 Rust全球最受欢迎的编程语言之一构建
|网络 | 15Gbp | |
|驱动器 | 40GB x 4 | IOPS 3800 / 驱动器 |
https://github.com/user-attachments/assets/2e4979b5-260c-4f2c-ac12-c87fd558072a
<https://github.com/user-attachments/assets/2e4979b5-260c-4f2c-ac12-c87fd558072a>
### RustFS vs 其他对象存储
@@ -83,7 +82,7 @@ https://github.com/user-attachments/assets/2e4979b5-260c-4f2c-ac12-c87fd558072a
如果您有任何问题或需要帮助,您可以:
- 查看[常见问题解答](https://docs.rustfs.com/faq)以获取常见问题和解决方案。
- 查看[常见问题解答](https://github.com/rustfs/rustfs/discussions/categories/q-a)以获取常见问题和解决方案。
- 加入我们的 [GitHub 讨论](https://github.com/rustfs/rustfs/discussions)来提问和分享您的经验。
- 在我们的 [GitHub Issues](https://github.com/rustfs/rustfs/issues) 页面上开启问题,报告错误或功能请求。