Update some http links to https (#14762)

These URLs all automatically redirect HTTP to HTTPS so makes sense to point users at the secure versions.
This commit is contained in:
Danny Tuppeny 2018-02-19 21:12:17 +00:00 committed by GitHub
parent 130dfc87ad
commit f914e701c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -206,7 +206,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
brewStatus = ValidationType.missing;
messages.add(new ValidationMessage.error(
'Brew not installed; use this to install tools for iOS device development.\n'
'Download brew at http://brew.sh/.'
'Download brew at https://brew.sh/.'
));
}

View File

@ -1,6 +1,6 @@
name: flutter_tools
description: Tools for building Flutter applications
homepage: http://flutter.io
homepage: https://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com>
environment:

View File

@ -5,4 +5,4 @@
## Getting Started
For help getting started with Flutter, view our online
[documentation](http://flutter.io/).
[documentation](https://flutter.io/).

View File

@ -4,6 +4,6 @@
## Getting Started
For help getting started with Flutter, view our online [documentation](http://flutter.io/).
For help getting started with Flutter, view our online [documentation](https://flutter.io/).
For help on editing package code, view the [documentation](https://flutter.io/developing-packages/).

View File

@ -5,6 +5,6 @@
## Getting Started
For help getting started with Flutter, view our online
[documentation](http://flutter.io/).
[documentation](https://flutter.io/).
For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).