Skip to content

Commit

Permalink
Update some http links to https (flutter#14762)
Browse files Browse the repository at this point in the history
These URLs all automatically redirect HTTP to HTTPS so makes sense to point users at the secure versions.
  • Loading branch information
DanTup committed Feb 19, 2018
1 parent 130dfc8 commit f914e70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/flutter_tools/lib/src/ios/ios_workflow.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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/.'
));
}

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_tools/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_tools/templates/create/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
## Getting Started

For help getting started with Flutter, view our online
[documentation](http://flutter.io/).
[documentation](https://flutter.io/).
2 changes: 1 addition & 1 deletion packages/flutter_tools/templates/package/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion packages/flutter_tools/templates/plugin/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit f914e70

Please sign in to comment.