Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[connectivity] Making the link a secure link in Readme.md #2901

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/connectivity/connectivity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.9+2

* Updated the link in the Readme.md file to a secure link.

## 0.4.9+1

* Update package:e2e reference to use the local version in the flutter/plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity/connectivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ To request location authorization, make sure to add the following keys to your _
## Getting Started

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

For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).
2 changes: 1 addition & 1 deletion packages/connectivity/connectivity/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/c
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.4.9+1
version: 0.4.9+2

flutter:
plugin:
Expand Down