From 20b4f733aadf8a13b61951ebf3eeba2bc577a0cb Mon Sep 17 00:00:00 2001
From: Konrad Borowski <glitchmr@myopera.com>
Date: Fri, 24 May 2013 12:45:14 +0200
Subject: [PATCH] CONTRIBUTING.md is now outside docs

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b4f551f8c..12b08a72f 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ Before contributing to Discourse, please:
 
 1. Review the [**VISION**](#vision) statement, to confirm that you understand the focus of the project,
 2. Read and sign the [**Electronic Discourse Forums Contribution License Agreement**](http://discourse.org/cla), to confirm you've read and acknowledged the legal aspects of your contributions, and
-3. Dig into [**CONTRIBUTING.MD**](https://github.com/discourse/discourse/blob/master/docs/CONTRIBUTING.md), which houses all of the necessary info to:
+3. Dig into [**CONTRIBUTING.MD**](https://github.com/discourse/discourse/blob/master/CONTRIBUTING.md), which houses all of the necessary info to:
    - submit bugs,
    - request new features, and
    - step you through the entire process of preparing your code for a Pull Request.