From 7036f8446ea0408b549c76b5895a87a6040fc862 Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Fri, 18 Jan 2019 17:06:57 -0800 Subject: [PATCH] Changed http to https (#948) --- .../compatibility/uri-unicode-bidirectional-characters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/compatibility/uri-unicode-bidirectional-characters.md b/Documentation/compatibility/uri-unicode-bidirectional-characters.md index b52fda4..9184a38 100644 --- a/Documentation/compatibility/uri-unicode-bidirectional-characters.md +++ b/Documentation/compatibility/uri-unicode-bidirectional-characters.md @@ -13,7 +13,7 @@ NotPlanned Unicode specifies several special control characters used to specify the orientation of text. In previous versions of the .NET Framework, these characters were incorrectly stripped from all URIs even if they were present in their percent-encoded form. In order to better -follow [RFC 3987](http://tools.ietf.org/html/rfc3987), we now allow these characters in URIs. When found unencoded +follow [RFC 3987](https://tools.ietf.org/html/rfc3987), we now allow these characters in URIs. When found unencoded in a URI, they are percent-encoded. When found percent-encoded they are left as-is. - [x] Quirked