From fd3f16e99556d8b59cfc53d7585804ce4bc514a0 Mon Sep 17 00:00:00 2001 From: softjapan Date: Thu, 2 Jan 2025 13:26:34 +0900 Subject: [PATCH 1/2] Fix Broken Links in README.md Fix invalid [contributor's guide] links found in the `README.md` file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2fdcd257d9..3d379162d4a 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ git clone --filter=blob:none https://github.com/flutter/samples.git ## Interested in contributing? -See the [contributor's guide]! +See the [contributor's guide](https://github.com/flutter/samples/blob/main/CONTRIBUTING.md)! ## Questions or issues? From 21da2354467457b9c0abafc911854a0eb2f19b53 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Sat, 4 Jan 2025 07:17:20 +1100 Subject: [PATCH 2/2] Update link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d379162d4a..3b2b7e0bc57 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ git clone --filter=blob:none https://github.com/flutter/samples.git ## Interested in contributing? -See the [contributor's guide](https://github.com/flutter/samples/blob/main/CONTRIBUTING.md)! +See the [contributor's guide]! ## Questions or issues? @@ -185,7 +185,7 @@ If you run into a bug in one of the samples, please file an issue in the [`package:shelf`]: https://pub.dev/packages/shelf [svn]: https://subversion.apache.org/ [partial clone]: https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/ -[contributing guide]: CONTRIBUTING.md +[contributor's guide]: CONTRIBUTING.md [The FlutterDev Discord]: https://discord.gg/rflutterdev [The Flutter Community forum]: https://forum.itsallwidgets.com/latest [`flutter/samples` issue tracker]: https://github.com/flutter/samples/issues