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.