From eddf5c7e6b43a89faa10981cdf61f07ab8e4885b Mon Sep 17 00:00:00 2001 From: zonescape <44441590+zonescape@users.noreply.github.com> Date: Thu, 2 May 2024 12:40:59 +0300 Subject: [PATCH] fix broken links --- docs/en/config/transport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/config/transport.md b/docs/en/config/transport.md index e3ac419..11c2fc8 100644 --- a/docs/en/config/transport.md +++ b/docs/en/config/transport.md @@ -157,7 +157,7 @@ Configures the current Domain Socket connection. Valid only when Domain Socket i Configures the current HTTPUpragde connection. Valid only when HTTPUpgrade is used. Same schema as global. -> `sockopt`: [SockoptObject](./chat#sockoptobject) +> `sockopt`: [SockoptObject](#sockoptobject) Configures transparent proxies. @@ -273,7 +273,7 @@ It is not recommended to use this method to obtain the hash value of the certifi If you need to obtain the hash value of the certificate, run `xray tls certChainHash --cert ` in the command line, where `` is replaced by the actual certificate file path. ::: -> `certificates`: [ [CertificateObject](./chat#certificateobject) ] +> `certificates`: [ [CertificateObject](#certificateobject) ] A list of certificates, each representing a single certificate (fullchain recommended).