From f752eaa2986aa563d5c954a123240259097bff46 Mon Sep 17 00:00:00 2001 From: Jugal Kishore Date: Sun, 27 Apr 2025 22:46:43 +0530 Subject: [PATCH] docs: correct SSL docs anchor link from #ssl-tls to #tls-ssl Fixed the anchor link in the documentation that points to the SSL/TLS section. This change ensures the link directs correctly to the intended section (#tls-ssl) instead of the incorrect #ssl-tls. No functional code changes, documentation only. --- cmd/serve/s3/serve_s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/serve/s3/serve_s3.md b/cmd/serve/s3/serve_s3.md index 1c805ab48..03fb1eb9e 100644 --- a/cmd/serve/s3/serve_s3.md +++ b/cmd/serve/s3/serve_s3.md @@ -14,7 +14,7 @@ docs](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html)). access. Please note that some clients may require HTTPS endpoints. See [the -SSL docs](#ssl-tls) for more information. +SSL docs](#tls-ssl) for more information. This command uses the [VFS directory cache](#vfs-virtual-file-system). All the functionality will work with `--vfs-cache-mode off`. Using