From c876e75fb4fc352b706f62ff5408915f6d2e8ca7 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Fri, 27 Mar 2020 12:52:42 -0400 Subject: [PATCH] Fixed broken link in CHANGELOG --- CHANGELOG.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 4d96ceb0d..3fc87f988 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -14,7 +14,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[ All GUI dependencies are now optional enabling further Docker image size reduction. See {uri-issue}151[#151], {uri-issue}163[#163] and {uri-issue}190[#190]. * Added a transparent proxy mode where source or destination packets are unaltered from the client or the server's perspective. - Read link:README.md##--transparent[the feature's documentation for setup and details.]. + Read link:README.md#--transparent[the feature's documentation for setup and details.]. Also see {uri-issue}197[#197]. * Loosen up TLS version checks to allow a broader set of clients and server ({uri-issue}192[#192], {uri-issue}193[#193]) * Explicitly disabled TLS 1.3 for now since we don't (can't?) record TLS 1.3 master secrets yet ({uri-issue}116[#116], {uri-issue}193[#193])