From c241b06f76abc25170620565be05c60c1c012f2a Mon Sep 17 00:00:00 2001
From: dpen2000 <davidpendray@gmail.com>
Date: Sat, 19 Apr 2014 20:03:22 +0100
Subject: [PATCH] Modify links on community page

---
 app/templates/community.jade | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/templates/community.jade b/app/templates/community.jade
index 85cad6d21..3ff8d3444 100644
--- a/app/templates/community.jade
+++ b/app/templates/community.jade
@@ -16,13 +16,13 @@ block content
 
         ul
           li 
-            a(href="/editor", data-i18n="community.level_editor")
+            a(href="/editor/level", data-i18n="community.level_editor")
             | : fork, edit, or build your own CodeCombat levels. New levels can be kept private or published to the community.
           li 
-            a(href="/editor", data-i18n="editor.thang_title")
+            a(href="/editor/thang", data-i18n="editor.thang_title")
             | : modify or import new art assets for the game using our powerful editor.
           li 
-            a(href="/editor", data-i18n="editor.article_title")
+            a(href="/editor/article", data-i18n="editor.article_title")
             | : edit or create documentation used in CodeCombat levels.
 
       p Right now most of our editing tools are very rough, but we are improving them constantly and welcome your feedback.
@@ -85,4 +85,4 @@ block content
 
         | Check out the
         a(href="/contribute", data-i18n="nav.contribute") 
-        |  page to find out more about the roles and how you can get started.
\ No newline at end of file
+        |  page to find out more about the roles and how you can get started.