From 78e37c3749e56a017881fbb0e5bf069735d13760 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Tue, 25 Mar 2025 14:12:49 +0100 Subject: [PATCH] Update old date_planner README.md (#2598) *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.* ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I have added sample code updates to the [changelog]. - [x] I updated/added relevant documentation (doc comments with `///`). If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md [changelog]: ../CHANGELOG.md --- experimental/date_planner/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/experimental/date_planner/README.md b/experimental/date_planner/README.md index 17e1f9a26..f6d39a357 100644 --- a/experimental/date_planner/README.md +++ b/experimental/date_planner/README.md @@ -1,4 +1,3 @@ -# Sample retired +# Relocation notice -The date-planner app has been retired. For examples of iOS and -Cupertino-style applications, see the [rolodex][../rolodex/] app. \ No newline at end of file +The date-planner app has been moved [to the samples directory](../../date_planner).