Skip to content

Commit e7a7510

Browse files
authored
Remove reference to dead link about GH actions (#6527)
Fixes #6526
1 parent 53054c6 commit e7a7510

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/content/tools/testing.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,10 @@ and run its tests after every commit. Two CI services for GitHub are
120120

121121
Learn more about GitHub Actions:
122122

123-
* [Testing Dart packages with GitHub Actions][gha-article]
124-
demonstrates a simple workflow for using GitHub Actions to test
125-
a Flutter app or Dart package.
126123
* Many packages provided by the Dart team use GitHub Actions.
127124
For an example, see
128-
[`test-package.yml`][markdown-ci] in the markdown package's repo.
125+
[`markdown.yaml`][markdown-ci] in the markdown package's repo.
129126
To see how that repo migrated from Travis CI to GitHub Actions,
130127
look at [PR #353]({{site.repo.dart.org}}/markdown/pull/353).
131128

132-
[gha-article]: https://poetryincode.dev/testing-dart-packages-with-github-actions
133-
[markdown-ci]: {{site.repo.dart.org}}/markdown/blob/master/.github/workflows/test-package.yml
134-
129+
[markdown-ci]: {{site.repo.dart.org}}/tools/blob/main/.github/workflows/markdown.yaml

0 commit comments

Comments
 (0)