Skip to content

Commit 3bd1b99

Browse files
authored
Fix some misc broken external links (#4960)
Caught by temporarily enabling external link checks with the linkchecker. Also ignores Twitter, since it is failing to connect.
1 parent 272d104 commit 3bd1b99

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/_guides/google-apis.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on whether you're writing code for a Flutter app or another kind of Dart app.
1515

1616
Flutter apps can choose from many officially supported plugins for
1717
popular Firebase products such as Analytics, Cloud Firestore,
18-
Cloud Functions, and Crashalytics.
18+
Cloud Functions, and Crashlytics.
1919
For a full list of these plugins, see [FlutterFire][].
2020

2121
Other kinds of Dart apps can use
@@ -53,6 +53,6 @@ To find wrapper packages for Google client APIs, search for
5353
[`googleapis` package]: {{site.pub-pkg}}/googleapis
5454
[`gsheets` package]: {{site.pub-pkg}}/gsheets
5555
[gsheets-api-docs]: {{site.pub-api}}/gsheets/latest/gsheets/gsheets-library.html
56-
[gsheets-api-docs-gapi]: {{site.pub-api}}/googleapis/latest/sheets.v4/sheets.v4-library.html
56+
[gsheets-api-docs-gapi]: {{site.pub-api}}/googleapis/latest/sheets_v4/sheets_v4-library.html
5757
[flutter-google-apis]: https://flutter.dev/docs/development/data-and-backend/google-apis
5858
[server-sample]: https://github.com/dart-lang/samples/tree/main/server/google_apis

src/tools/pub/cmd/pub-token.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ that still doesn't prevent the command being logged.
6363
Most CI environments has a way to inject secrets into an environment
6464
variable:
6565

66-
* [Github Actions](https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow).
67-
* [GitLab](https://docs.gitlab.com/13.12/ee/ci/secrets/index.html).
66+
* [GitHub Actions](https://docs.github.com/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow).
67+
* [GitLab](https://docs.gitlab.com/ee/ci/secrets/).
6868

6969
## Listing credentials `dart pub token list`
7070

tool/config/linkcheck-skip-list.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ localhost:(404\d|8080)
66

77
# Sites which don't allow robots or break from rate limiting
88
https://github.com
9+
https://twitter.com
910

1011
# FIXME(Temporary): linkcheck seems to be intermittently failing when accessing main.css
1112
# https://github.com/dart-lang/site-www/issues/1107

0 commit comments

Comments
 (0)