doc/manual: Fix links to nonexistent sections

Change-Id: I8742fa9c41d3ab95d41e299179df19c3d1e0a65b
diff --git a/doc/manuals/chapters/config.adoc b/doc/manuals/chapters/config.adoc
index 18ff55d..b4e4a95 100644
--- a/doc/manuals/chapters/config.adoc
+++ b/doc/manuals/chapters/config.adoc
@@ -326,15 +326,15 @@
 
 A 'resources.conf' is validated by the <<schema_resources,resources schema>>.
 That means it is structured as a list of items for each resource type, where
-each item has one or more attributes -- for an example, see
-<<resources_conf_example>>.
+each item has one or more attributes -- looking for an example, see {app-name}
+subdirectory _doc/examples_.
 
 Side note: at first sight it might make sense to the reader to rather structure
 e.g. the 'ip_address' or 'arfcn' configuration as +
 '"arfcn: GSM-1800: [512, 514, ...]"', +
-but the more verbose format is chosen to stay consistent with the general
-structure of resource configurations, which the resource allocation algorithm
-uses to resolve required resources according to their traits. These
+but the more verbose format is chosen in general to stay consistent with the
+general structure of resource configurations, which the resource allocation
+algorithm uses to resolve required resources according to their traits. These
 configurations look cumbersome because they exhibit only one trait / a trait
 that is repeated numerous times. No special notation for these cases is
 available (yet).
diff --git a/doc/manuals/chapters/install.adoc b/doc/manuals/chapters/install.adoc
index 445b53c..0e48e9d 100644
--- a/doc/manuals/chapters/install.adoc
+++ b/doc/manuals/chapters/install.adoc
@@ -309,7 +309,7 @@
     wide install, in which case you could omit the explicit PATH to
     "$PWD/osmo-gsm-tester/src".
 *** This assumes that there are configuration files for osmo-gsm-tester placed
-    on the system (see <<config_paths>>).
+    on the system (see <<config_main>>).
 *** If you'd like to check the behavior of test failures, you can uncomment the
     line below "# debug" to produce a build failure on every run. Note that
     this test typically produces a quite empty run result, since it launches no
@@ -687,4 +687,4 @@
 ----
 
 NOTE: The configuration will be looked up in various places, see
-<<config_paths>>.
+<<config_main>>.