From 7f9c7c1f80c019565be400505e23c55dd3259e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 12 Nov 2013 11:01:14 -0800 Subject: [PATCH] Small cleanup to tips intro --- tips/01-introduction.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tips/01-introduction.md b/tips/01-introduction.md index 73e24314..c2e86c6e 100644 --- a/tips/01-introduction.md +++ b/tips/01-introduction.md @@ -8,8 +8,6 @@ next: inline-styles.html The React tips section provides bite-sized information that can answer lots of questions you might have and warn you against common pitfalls. -### Contributing +## Contributing -Submit a pull request to the [React repo](https://github.com/facebook/react) following the cookbook entries' style. If you have a recipe that needs review prior to submitting a PR you can find help in the [#reactjs IRC on freenode](irc://chat.freenode.net/reactjs) or the [reactjs Google group](http://groups.google.com/group/reactjs). Also, check the [Tips Wiki][1] for entries in-progress and general guidelines on writing React tips. - -[1]: https://github.com/facebook/react/wiki/Tips-(Previously-Cookbook) +Submit a pull request to the [React repository](https://github.com/facebook/react) following the [current tips](https://github.com/facebook/react/tree/master/docs) entries' style. If you have a recipe that needs review prior to submitting a PR you can find help in the [#reactjs channel on freenode](irc://chat.freenode.net/reactjs) or the [reactjs Google group](http://groups.google.com/group/reactjs). Also, check the [Tips Wiki](https://github.com/facebook/react/wiki/Tips-(Previously-Cookbook)) for entries in-progress and general guidelines on writing React tips.