commit bf3a1ba34fbd95b3880ef8c64dcc1434580ec828
Author: Chris Burgess <chris@giantrobot.co.nz>
Date:   Thu Jul 5 15:58:42 2012 +1200

    Issue #1671448. Fix config URL for D7 in README.txt

diff --git a/README.txt b/README.txt
index 45662fc..86fc41b 100644
--- a/README.txt
+++ b/README.txt
@@ -6,24 +6,24 @@ CONTENTS OF THIS FILE
 * Usage
 * Related modules
 * Troubleshooting
-* Maintainers 
+* Maintainers
 
 Introduction
 ============
-The freelinking module implements a filter for the easier creation of HTML links to other pages 
+The freelinking module implements a filter for the easier creation of HTML links to other pages
 in the site or external sites with a wiki style format such as [[pluginname:identifier]].
 
 For example: [[nodetitle:page one]] becomes:
 <a href="/node/1" title="page one" class="freelink freelink-nodetitle freelink-internal">page one</a>
 
 There are plenty of plugins to use (Google search, Drupal search, Drupal projects, Wikipedia...) and
-there is an API to add new plugins. Read PLUGIN.txt for more instructions regarding how to add new 
+there is an API to add new plugins. Read PLUGIN.txt for more instructions regarding how to add new
 plugin.
 
 Installation
 ===========
-1. Download and enable the module. 
-2. Optionally configure the module at admin/config/freelinking.
+1. Download and enable the module.
+2. Optionally configure the module at admin/config/content/freelinking
 3. Go to Configuration > Text Formats and activate Freelinking filter at Filtered HTML
    and Full HTML filters.
 4. Clean the cache.
@@ -35,7 +35,7 @@ Usage
 Normally you will type [[pluginname:target|title]]. The title is optional and if you do not specity
 a plugin name the default one configured at Freelinking Settings page will be used.
 
-Here is an example of each plugin: 
+Here is an example of each plugin:
 
 Nodetitle: [[nodetitle:First page]] becomes
 <a class="freelink freelink-nodetitle freelink-internal" title="node/1" href="/node/1">test</a>
