From de6bfaaf580f69bf4b1245c86de5759182eaf8ac Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Sat, 14 Dec 2024 15:00:04 -0500 Subject: [PATCH] Fix link in CONTRIBUTING.md (#2532) ## 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 updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68fdd7e8c..59c0c05f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -260,7 +260,7 @@ one above, the [Software Grant and Corporate Contributor License Agreement]. [Flutter's code of conduct]: https://github.com/flutter/flutter/blob/master/CODE_OF_CONDUCT.md [Before you contribute]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#before-you-contribute [Contribute enhancements and fixes]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#contribute-enhancements-and-fixes -[Write a new sample]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#write-a-new-sample +[Write a new sample]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#writing-a-new-sample [Sample checklist]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#samples-checklist [file headers]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#file-headers [Software Grant and Corporate Contributor License Agreement]: https://developers.google.com/open-source/cla/corporate