From 05886a2c3c872e110480e357983f77b90807dd86 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Sun, 26 Jul 2026 04:56:43 +0800 Subject: [PATCH] docs: fix dead TLS configuration doc links (#5242) docs.rustfs.com dropped the .html suffix from page URLs, so https://docs.rustfs.com/integration/tls-configured.html now returns 404. Point both READMEs at the live canonical URL instead. Supersedes #5154, which replaced the links with Wayback Machine snapshots even though the docs site is alive and the page still exists. --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 045089333..b56502efa 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ rustfs --help 2. **Create a Bucket**: Use the console to create a new bucket for your objects. 3. **Upload Objects**: You can upload files directly through the console or use S3-compatible APIs/clients to interact with your RustFS instance. -**NOTE**: To access the RustFS instance via `https`, please refer to the [TLS Configuration Docs](https://docs.rustfs.com/integration/tls-configured.html). +**NOTE**: To access the RustFS instance via `https`, please refer to the [TLS Configuration Docs](https://docs.rustfs.com/integration/tls-configured). ### OIDC Roles Claim (Microsoft Entra ID) diff --git a/README_ZH.md b/README_ZH.md index 23724778b..162eba04a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -214,7 +214,7 @@ rustfs --help 2. **创建存储桶**: 使用控制台为您​​的对象创建一个新的存储桶 (Bucket)。 3. **上传对象**: 您可以直接通过控制台上传文件,或使用 S3 兼容的 API/客户端与您的 RustFS 实例进行交互。 -**注意**: 如果您希望通过 `https` 访问 RustFS 实例,请参考 [TLS 配置文档](https://docs.rustfs.com/integration/tls-configured.html)。 +**注意**: 如果您希望通过 `https` 访问 RustFS 实例,请参考 [TLS 配置文档](https://docs.rustfs.com/integration/tls-configured)。 ## 文档