[google_sign_in_web] Update URL to `google_sign_in` package in README (#4346)

diff --git a/packages/google_sign_in/google_sign_in_web/CHANGELOG.md b/packages/google_sign_in/google_sign_in_web/CHANGELOG.md
index 7b9eb6b..556f695 100644
--- a/packages/google_sign_in/google_sign_in_web/CHANGELOG.md
+++ b/packages/google_sign_in/google_sign_in_web/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.10.0+3
+
+* Updated URL to the `google_sign_in` package in README.
+
 ## 0.10.0+2
 
 * Add `implements` to pubspec.
diff --git a/packages/google_sign_in/google_sign_in_web/README.md b/packages/google_sign_in/google_sign_in_web/README.md
index 501ea14..4ee1a29 100644
--- a/packages/google_sign_in/google_sign_in_web/README.md
+++ b/packages/google_sign_in/google_sign_in_web/README.md
@@ -1,6 +1,6 @@
 # google\_sign\_in\_web
 
-The web implementation of [google_sign_in](https://pub.dev/google_sign_in/google_sign_in)
+The web implementation of [google_sign_in](https://pub.dev/packages/google_sign_in)
 
 ## Usage
 
diff --git a/packages/google_sign_in/google_sign_in_web/pubspec.yaml b/packages/google_sign_in/google_sign_in_web/pubspec.yaml
index 7075f43..723dbe9 100644
--- a/packages/google_sign_in/google_sign_in_web/pubspec.yaml
+++ b/packages/google_sign_in/google_sign_in_web/pubspec.yaml
@@ -3,7 +3,7 @@
   for signing in with a Google account on Android, iOS and Web.
 repository: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_web
 issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
-version: 0.10.0+2
+version: 0.10.0+3
 
 environment:
   sdk: ">=2.12.0 <3.0.0"