diff --git a/linkit.module b/linkit.module
index 5aed0c5..00c00ba 100755
--- a/linkit.module
+++ b/linkit.module
@@ -38,11 +38,13 @@ function linkit_menu() {
     'theme callback' => '_linkit_dashboard_theme',
   );
 
-  $items['linkit/autocomplete'] = array(
-    'title' => 'Linkit autocomplete response function',
-    'page callback' => '_linkit_autocomplete',
+  $items['linkit/autocomplete/%menu_tail'] = array(
+    'title' => 'Link to node',
+    'page callback' => 'linkit_autocomplete',
     'access arguments' => array('access content'),
     'type' => MENU_CALLBACK,
+    'page arguments' => array(2),
+    'load arguments' => array('%map', '%index'),
   );
 
   $items['admin/config/content/linkit'] = array(
@@ -841,4 +843,4 @@ function linkit_get_dashboard_profile() {
   }
 
   return $best_profile;
-}
\ No newline at end of file
+}
