Unverified Commit f914e701 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

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.
parent 130dfc87
...@@ -206,7 +206,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow { ...@@ -206,7 +206,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
brewStatus = ValidationType.missing; brewStatus = ValidationType.missing;
messages.add(new ValidationMessage.error( messages.add(new ValidationMessage.error(
'Brew not installed; use this to install tools for iOS device development.\n' '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/.'
)); ));
} }
......
name: flutter_tools name: flutter_tools
description: Tools for building Flutter applications description: Tools for building Flutter applications
homepage: http://flutter.io homepage: https://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com> author: Flutter Authors <flutter-dev@googlegroups.com>
environment: environment:
......
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
## Getting Started ## Getting Started
For help getting started with Flutter, view our online For help getting started with Flutter, view our online
[documentation](http://flutter.io/). [documentation](https://flutter.io/).
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
## Getting Started ## 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/). For help on editing package code, view the [documentation](https://flutter.io/developing-packages/).
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
## Getting Started ## Getting Started
For help getting started with Flutter, view our online 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). For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment