From efe4ee4af6ac2e4c90aa525fae213b65c97295a9 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 2 Jan 2025 04:40:21 -0800 Subject: [PATCH] Update README.md (#331) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update the readme to remove a stale link --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:
- See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Most changes should add an entry to the changelog and may need to [rev the pubspec package version](https://github.com/dart-lang/sdk/blob/main/docs/External-Package-Maintenance.md#making-a-change). - Changes to packages require [corresponding tests](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md#Testing). Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.
--- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 202eccf8..aa47d0ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Dart CI](https://github.com/dart-lang/ecosystem/actions/workflows/dart.yml/badge.svg)](https://github.com/dart-lang/ecosystem/actions/workflows/dart.yml) - ## Overview This repository is home to general Dart Ecosystem tools and packages.