diff --git a/keyboard_shortcut.module b/keyboard_shortcut.module
index 30000ee..37b8d68 100644
--- a/keyboard_shortcut.module
+++ b/keyboard_shortcut.module
@@ -296,7 +296,7 @@ function theme_keyboard_shortcut_admin_list($shortcuts = array()) {
         . l(t('Remove'), 'node/' . $shortcut['nid'] . '/delete', array('query' => $destination))
       );
   }
-  $output = l(t('Add a new shortcut'), 'node/add/shortcut', array('query' => $destination));
+  $output = l(t('Add a new shortcut'), 'node/add/keyboard-shortcut', array('query' => $destination));
   $output .= theme('table', array('header' => $headers, 'rows' => $rows, 'attributes' => array('class' => array('shortcut_admin_list'))));
   return $output;
 }
