Changed http to https (#948)

pull/949/head
Ron Petrusha 2019-01-18 17:06:57 -08:00 committed by GitHub
parent 5e8e81a84b
commit 7036f8446e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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