diff --git a/docs/src/how-to/associate/deeplink.rst b/docs/src/how-to/associate/deeplink.rst index d46d6750a3b..1ef53550b1a 100644 --- a/docs/src/how-to/associate/deeplink.rst +++ b/docs/src/how-to/associate/deeplink.rst @@ -109,8 +109,8 @@ As of release ``2.117.0`` from ``2021-10-29`` (see `release notes accountsURL: "https://account.example.com" blackListURL: "https://clientblacklist.wire.com/prod" websiteURL: "https://wire.com" - apiProxy: (optional) - host: "https://socks5.proxy.com" + apiProxy: # (optional) + host: "socks5.proxy.com" port: 1080 needsAuthentication: true title: "My Custom Wire Backend" @@ -146,7 +146,7 @@ Otherwise you need to create a ``.json`` file, and host it somewhere users can g "websiteURL" : "https://wire.com" }, "apiProxy" : { - "host" : "https://socks5.proxy.com", + "host" : "socks5.proxy.com", "port" : 1080, "needsAuthentication" : true },