diff --git a/README.txt b/README.txt
index 5f652b7..b49be68 100644
--- a/README.txt
+++ b/README.txt
@@ -106,7 +106,8 @@ IMPORTANT: Access checks
 
 As stated above, you will need at least one other module to use the Search API,
 namely one that defines a service class (e.g. search_api_db ("Database search"),
-provided with this module).
+that can be found in [3]).
+[3] http://drupal.org/project/search_api_db
 
 - Creating a server
   (Configuration > Search API > Add server)
@@ -227,9 +228,9 @@ Information for developers
  | For custom field types to be available for indexing, provide a
  | "property_type" key in hook_field_info(), and optionally a callback at the
  | "property_callbacks" key.
- | Both processes are explained in [1].
+ | Both processes are explained in [4].
  |
- | [1] http://drupal.org/node/1021466
+ | [4] http://drupal.org/node/1021466
 
 Apart from improving the module itself, developers can extend search
 capabilities provided by the Search API by providing implementations for one (or
@@ -263,7 +264,8 @@ service class.
 The central methods here are the indexItems() and the search() methods, which
 always have to be overridden manually. The configurationForm() method allows
 services to provide custom settings for the user.
-See the SearchApiDbService class for an example implementation.
+See the SearchApiDbService class provided by [5] for an example implementation.
+[5] http://drupal.org/project/search_api_db
 
 - Query class
   Interface: SearchApiQueryInterface
@@ -349,7 +351,8 @@ Included components
     data. It isn't very fast and the results might also be less accurate than
     with third-party solutions like Solr, but it's very easy to set up and good
     for smaller applications or testing.
-    See contrib/search_api_db/README.txt for details.
+    For more details, see README.txt provided with [6].
+    [6] http://drupal.org/project/search_api_db
 
 - Data alterations
 
@@ -399,14 +402,12 @@ Included components
 
 - Additional modules
 
-  * Search pages
-    This module lets you create simple search pages for indexes.
   * Search views
-    This integrates the Search API with the Views module [1], enabling the user
+    This integrates the Search API with the Views module [7], enabling the user
     to create views which display search results from any Search API index.
   * Search facets
     For service classes supporting this feature (e.g. Solr search), this module
     automatically provides configurable facet blocks on pages that execute
     a search query.
 
-[1] http://drupal.org/project/views
+[7] http://drupal.org/project/views
