From 01da62ebf288e4ec4cc482022545a0fd33e3ae2a Mon Sep 17 00:00:00 2001 From: qichunren Date: Thu, 17 Oct 2013 12:08:04 +0800 Subject: [PATCH] Fixed '404 not found' link path in CONTRIBUTING.md file --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f00ef654a..7abf26846 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,7 @@ Docpad should now run an instance of semantic-ui.com locally you can access at ` If you are working on fixing a UI component that is part of Semantic, your best bet is to work actively on the file in `/src/{type}/{elementname}/` while running a watch script from grunt. This will rebuild the docs after you make changes, so you can see if you have corrected the issue you are fixing. -To see exactly what this is doing you can check out our [commented gruntfile](https://github.com/jlukic/Semantic-UI/blob/master/node/Gruntfile.js) +To see exactly what this is doing you can check out our [commented gruntfile](https://github.com/jlukic/Semantic-UI/blob/master/Gruntfile.js) ```bash grunt