From f7953b0bd3a6ce13c3ccd09b26e9e6b95d92faf0 Mon Sep 17 00:00:00 2001 From: Erick Ghaumez Date: Fri, 26 Mar 2021 16:29:39 +0100 Subject: [PATCH] Fix the link to the GitHub page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ff0929..b82867d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Dart](https://github.com/dart-lang/setup-dart/workflows/Dart/badge.svg)](https://github.com/dart-lang/setup-dart/actions?query=workflow%3A%22Dart%22+branch%3Amain) -This [GitHub Action]() installs and sets up of a Dart SDK for use in actions by: +This [GitHub Action](https://github.com/dart-lang/setup-dart) installs and sets up of a Dart SDK for use in actions by: * Downloading the Dart SDK * Adding the `dart` command and `pub` cache to path