Use HTTPS for external links wherever possible

See gh-16276
This commit is contained in:
Spring Operator
2019-03-20 17:06:39 -05:00
committed by Andy Wilkinson
parent 878a635bfb
commit fb242c27d2
14 changed files with 31 additions and 31 deletions

View File

@@ -151,7 +151,7 @@ public class JSONTokener {
/*
* Skip a # hash end-of-line comment. The JSON RFC doesn't specify this
* behavior, but it's required to parse existing documents. See
* http://b/2571423.
* https://b/2571423.
*/
skipToEndOfLine();
continue;