From 2e2666b248ce49d1dff28658890f1c8f428e6d2c Mon Sep 17 00:00:00 2001 From: Sebastian Willenborg Date: Thu, 5 Jan 2023 13:51:49 +0100 Subject: [PATCH 1/2] doc: remove invalid scheme from example socks5 host --- docs/src/how-to/associate/deeplink.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/how-to/associate/deeplink.rst b/docs/src/how-to/associate/deeplink.rst index d46d6750a3b..d6813839465 100644 --- a/docs/src/how-to/associate/deeplink.rst +++ b/docs/src/how-to/associate/deeplink.rst @@ -110,7 +110,7 @@ As of release ``2.117.0`` from ``2021-10-29`` (see `release notes blackListURL: "https://clientblacklist.wire.com/prod" websiteURL: "https://wire.com" apiProxy: (optional) - host: "https://socks5.proxy.com" + 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 }, From b399f48a5b3aa60cf40059f4ecffe6f303a1e693 Mon Sep 17 00:00:00 2001 From: Sebastian Willenborg Date: Thu, 5 Jan 2023 13:57:16 +0100 Subject: [PATCH 2/2] doc: make example YAML config for deeplink configs a valid YAML file --- docs/src/how-to/associate/deeplink.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/how-to/associate/deeplink.rst b/docs/src/how-to/associate/deeplink.rst index d6813839465..1ef53550b1a 100644 --- a/docs/src/how-to/associate/deeplink.rst +++ b/docs/src/how-to/associate/deeplink.rst @@ -109,7 +109,7 @@ 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) + apiProxy: # (optional) host: "socks5.proxy.com" port: 1080 needsAuthentication: true