From 8a75e0abb7afd77c5230fa4e55d6ed194df72f5a Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 8 Oct 2024 08:54:59 -0700 Subject: [PATCH] update the repo readmes to indicate the new package locations (#245) --- README.md | 3 ++- packages/file/README.md | 6 ++++-- packages/file_testing/README.md | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10a650d..7f96fbe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Dart](https://github.com/google/file.dart/actions/workflows/file.yml/badge.svg)](https://github.com/google/file.dart/actions/workflows/file.yml) +> [!NOTE] +> The source-of-truth for these packages has moved to https://github.com/dart-lang/tools. A monorepo for the `package:file` and `package:file_testing` packages. diff --git a/packages/file/README.md b/packages/file/README.md index d431fc1..cf596f0 100644 --- a/packages/file/README.md +++ b/packages/file/README.md @@ -1,5 +1,7 @@ -[![pub package](https://img.shields.io/pub/v/file.svg)](https://pub.dev/packages/file) -[![package publisher](https://img.shields.io/pub/publisher/file.svg)](https://pub.dev/packages/file/publisher) +> [!NOTE] +> The source-of-truth for this package has moved to https://github.com/dart-lang/tools. + +## package:file A generic file system abstraction for Dart. diff --git a/packages/file_testing/README.md b/packages/file_testing/README.md index 9897deb..19a8ee8 100644 --- a/packages/file_testing/README.md +++ b/packages/file_testing/README.md @@ -1,4 +1,7 @@ -[![pub package](https://img.shields.io/pub/v/file_testing.svg)](https://pub.dev/packages/file_testing) +> [!NOTE] +> The source-of-truth for this package has moved to https://github.com/dart-lang/tools. + +## package:file_testing Testing utilities intended to work with `package:file`