Skip to content

Commit 21917e3

Browse files
Fixup internal links in CONTRIBUTING.md (#2552)
This is a follow on PR from #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]. - [ ] I have added sample code updates to the [changelog]. - [ ] I updated/added relevant documentation (doc comments with `///`). If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [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
1 parent a71c844 commit 21917e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Do you work at Google? Great! You should **definitely** read this page before su
77

88
* [Before you contribute]
99
* [Contribute enhancements and fixes]
10-
* [Write a new sample]
10+
* [Writing a new sample]
1111
* [Sample checklist]
1212

1313
_See also: [Flutter's code of conduct]_
@@ -260,7 +260,7 @@ one above, the [Software Grant and Corporate Contributor License Agreement].
260260
[Flutter's code of conduct]: https://github.com/flutter/flutter/blob/master/CODE_OF_CONDUCT.md
261261
[Before you contribute]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#before-you-contribute
262262
[Contribute enhancements and fixes]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#contribute-enhancements-and-fixes
263-
[Write a new sample]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#writing-a-new-sample
263+
[Writing a new sample]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#writing-a-new-sample
264264
[Sample checklist]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#samples-checklist
265265
[file headers]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md#file-headers
266266
[Software Grant and Corporate Contributor License Agreement]: https://developers.google.com/open-source/cla/corporate

0 commit comments

Comments
 (0)