Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f914e70

Browse files
authored
Update some http links to https (flutter#14762)
These URLs all automatically redirect HTTP to HTTPS so makes sense to point users at the secure versions.
1 parent 130dfc8 commit f914e70

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/flutter_tools/lib/src/ios/ios_workflow.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
206206
brewStatus = ValidationType.missing;
207207
messages.add(new ValidationMessage.error(
208208
'Brew not installed; use this to install tools for iOS device development.\n'
209-
'Download brew at http://brew.sh/.'
209+
'Download brew at https://brew.sh/.'
210210
));
211211
}
212212

packages/flutter_tools/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_tools
22
description: Tools for building Flutter applications
3-
homepage: http://flutter.io
3+
homepage: https://flutter.io
44
author: Flutter Authors <[email protected]>
55

66
environment:

packages/flutter_tools/templates/create/README.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
8+
[documentation](https://flutter.io/).

packages/flutter_tools/templates/package/README.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
## Getting Started
66

7-
For help getting started with Flutter, view our online [documentation](http://flutter.io/).
7+
For help getting started with Flutter, view our online [documentation](https://flutter.io/).
88

99
For help on editing package code, view the [documentation](https://flutter.io/developing-packages/).

packages/flutter_tools/templates/plugin/README.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
## Getting Started
66

77
For help getting started with Flutter, view our online
8-
[documentation](http://flutter.io/).
8+
[documentation](https://flutter.io/).
99

1010
For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).

0 commit comments

Comments
 (0)