From 9b65a1a90d61ebe7af9ae0eb603d798a413e9a6f Mon Sep 17 00:00:00 2001 From: James Tauber Date: Mon, 16 Sep 2013 17:04:38 -0400 Subject: [PATCH] Link to wiki with absolute URLs --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24dcf4673c..9bfd04bb93 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,8 @@ Contributions are very welcome. The easiest way is to fork the repo and then mak Please review: -* [[Python Guidelines]] -* [[Javascript Guidelines]] +* [Python Guidelines](https://github.com/edx/edx-platform/wiki/Python-Guidelines) +* [Javascript Guidelines](https://github.com/edx/edx-platform/wiki/Javascript-Guidelines) * [Testing](https://github.com/edx/edx-platform/blob/master/docs/internal/testing.md) Coding conventions should be followed and your commit should *increase* test coverage, not decrease it. For more involved contributions, you may want to discuss your intentions on the mailing list *before* you start coding.