diff --git a/uniqueness.module b/uniqueness.module
index 01ab3ce..623ee92 100644
--- a/uniqueness.module
+++ b/uniqueness.module
@@ -27,7 +27,7 @@ function uniqueness_menu() {
     'access arguments' => array('use uniqueness widget'),
     'type' => MENU_CALLBACK,
   );
-  $items['admin/config/uniqueness'] = array(
+  $items['admin/config/content/uniqueness'] = array(
     'title' => 'Uniqueness settings',
     'description' => 'Configure the behaviour and appearance of the uniqueness widget.',
     'file' => 'uniqueness.admin.inc',
