diff --git a/README.txt b/README.txt
index ec065fb..a15d55b 100644
--- a/README.txt
+++ b/README.txt
@@ -25,7 +25,7 @@ Go to "administer -> structure -> nodesinblock"
 
 Select how many blocks you want and which content types will benefit from this feature. 
 After submitting this, two fieldsets will become available where you can change the block 
-settings and define the settings per content type. Now it's time to go to admin/build/block
+settings and define the settings per content type. Now it's time to go to admin/structure/block
 and assign one or more blocks to a region.
 
 On the node form, you can choose the region, render mode (depending on your settings)
diff --git a/nodesinblock.admin.inc b/nodesinblock.admin.inc
index 7c44f2a..ede0a2c 100644
--- a/nodesinblock.admin.inc
+++ b/nodesinblock.admin.inc
@@ -16,7 +16,7 @@ function nodesinblock_settings() {
   $form['nodesinblock'] = array(
     '#type' => 'fieldset',
     '#title' => t('General settings'),
-    '#description' => t('Select number of blocks to create and associate content types which nodes can be used to insert as content in a block. When you change the number, be sure to goto the <a href="@url">block configuration</a> page so the block settings are updated in the database. When at least one content type is selected, two fieldsets will become available after clicking the submit button where you can change general settings and associate content types per block.', array('@url' => url('admin/build/block'))),
+    '#description' => t('Select number of blocks to create and associate content types which nodes can be used to insert as content in a block. When you change the number, be sure to goto the <a href="@url">block configuration</a> page so the block settings are updated in the database. When at least one content type is selected, two fieldsets will become available after clicking the submit button where you can change general settings and associate content types per block.', array('@url' => url('admin/structure/block'))),
   );
   $form['nodesinblock']['nodesinblock_nrofblocks'] = array(
     '#type' => 'select',
