diff --git a/README.txt b/README.txt
index a43c48a..a798a1e 100644
--- a/README.txt
+++ b/README.txt
@@ -2,8 +2,8 @@ Current features:
 
 1. Droogle navigator
 Lets you open your google drive through Drupal and move between directories.
-Just go to url /droogle
+Just go to url /admin/content/droogle
 
 2. Download files from Google Drive
 Take a look on classes DroogleConnector and DroogleFiles.
-There are all required methods.
\ No newline at end of file
+There are all required methods.
diff --git a/droogle.module b/droogle.module
index 507e2a2..4790ee4 100755
--- a/droogle.module
+++ b/droogle.module
@@ -1,6 +1,6 @@
 <?php
 
-define('DROOGLE_BROWSER_URL', 'droogle');
+define('DROOGLE_BROWSER_URL', 'admin/content/droogle');
 
 /**
  * @file
