From 08d0c04e498ea44d49107b165bab46f250dfda1a Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:00:28 -0400 Subject: [PATCH] Update x/smart/README.md Co-authored-by: Vinicius Fortuna --- x/smart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/smart/README.md b/x/smart/README.md index 4ccfd825..64e8c004 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -94,7 +94,7 @@ Here is an example of a JSON config: * The `tls` field specifies a list of TLS transports to test. * Each TLS transport is a string that specifies the transport to use. -* For example, `override:host=cloudflare.net|tlsfrag:1` specifies a transport that uses domain fronting with Cloudflare and TLS fragmentation. [The available transports are documented here.](https://pkg.go.dev/github.com/Jigsaw-Code/outline-sdk/x/config#hdr-Config_Format) +* For example, `override:host=cloudflare.net|tlsfrag:1` specifies a transport that uses domain fronting with Cloudflare and TLS fragmentation. See the [config documentation](https://pkg.go.dev/github.com/Jigsaw-Code/outline-sdk/x/config#hdr-Config_Format) for details. ### Using the Smart Dialer