diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c767e289f..1b3fd1b1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ time, and the little things that you can go a long way. the process significantly. * **Target Java 6 for source and compilation.** Make sure to mark methods with ` @Override` that override methods of parent classes, or that implement - methods of interface (Java 6+). + methods of interfaces (Java 6+). * **Use only spaces for indentation.** Our indents are 4-spaces long, and tabs are unacceptable. * **Wrap code to a 89 column limit.** We do this to make side by side diffs diff --git a/README.md b/README.md index c7c76ff0a..672fd4da2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Contributing We happily accept contributions, especially through pull requests on GitHub. Submissions must be licensed under the GNU Lesser General Public License v3. -Please see [the wiki for further information about contributing](http://wiki.sk89q.com/wiki/WorldEdit/Development#Contributing). +Please read CONTRIBUTING.md for important guidelines to follow. Links ----- @@ -33,4 +33,4 @@ Links * [IRC channel](http://skq.me/irc/irc.esper.net/sk89q/) (#sk89q on irc.esper.net) * [Issue tracker](http://redmine.sk89q.com) * [Continuous integration](http://build.sk89q.com) [![Build Status](https://secure.travis-ci.org/sk89q/worldedit.png)](http://travis-ci.org/sk89q/worldedit) -* [End-user documentation](http://wiki.sk89q.com/wiki/WorldEdit) \ No newline at end of file +* [End-user documentation](http://wiki.sk89q.com/wiki/WorldEdit)