From 3fef93e645d8f1c1de79f74ef73147f6e27e6d23 Mon Sep 17 00:00:00 2001 From: WaterLemons2k <62788816+WaterLemons2k@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:35:59 +0800 Subject: [PATCH] Fix broken Wikipedia links --- docs/config/transport.md | 2 +- docs/en/config/transport.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/transport.md b/docs/config/transport.md index e34118180..f3cb0f9c2 100644 --- a/docs/config/transport.md +++ b/docs/config/transport.md @@ -114,7 +114,7 @@ 是否启用传输层加密,支持的选项有 - `"none"` 表示不加密(默认值) -- `"tls"` 表示使用 [TLS](https://en.wikipedia.org/wiki/base/transport_Layer_Security)。 +- `"tls"` 表示使用 [TLS](https://zh.wikipedia.org/wiki/%E5%82%B3%E8%BC%B8%E5%B1%A4%E5%AE%89%E5%85%A8%E6%80%A7%E5%8D%94%E5%AE%9A)。 - `"reality"` 表示使用 REALITY。 > `tlsSettings`: [TLSObject](#tlsobject) diff --git a/docs/en/config/transport.md b/docs/en/config/transport.md index 9024188c3..228c51ce1 100644 --- a/docs/en/config/transport.md +++ b/docs/en/config/transport.md @@ -101,7 +101,7 @@ The type of transport used by the connection's data stream, with a default value Whether to enable transport layer encryption, with supported options: - `"none"` means no encryption (default value). -- `"tls"` means using [TLS](https://en.wikipedia.org/wiki/base/transport_Layer_Security). +- `"tls"` means using [TLS](https://en.wikipedia.org/wiki/transport_Layer_Security). - `"xtls"` means using [XTLS](./features/xtls.md). > `tlsSettings`: [TLSObject](#tlsobject)