buildframework/helium/doc/src/manual/configuring.rst
changeset 645 b8d81fa19e7d
parent 588 c7c26511138f
--- a/buildframework/helium/doc/src/manual/configuring.rst	Wed Sep 29 17:48:06 2010 +0100
+++ b/buildframework/helium/doc/src/manual/configuring.rst	Sun Oct 10 15:22:15 2010 +0300
@@ -84,7 +84,7 @@
         <import file="${helium.dir}/helium.ant.xml"/>
     </project>
 
-Note that here the default target is :hlm-t:`product-build` so this would be used for a product build configuration. In reality it would need many more properties to be complete.
+Note that here the default target is ``product-build`` so this would be used for a product build configuration. In reality it would need many more properties to be complete.
 
 Refer to the `configuration reference`_ for a full list of all Helium Ant properties.
 
@@ -188,9 +188,7 @@
 Viewing target dependencies
 ===========================
 
-The :hlm-t:`deps` target can be used to display a list of the target dependencies for a given target. See the `manual page`_ for more information. Also the :hlm-t:`execlist` command works in a similar way but shows a dialog showing a separated list of all the dependent targets and then just the top-level of dependencies, to help with continuing a build on the command line.
-
-.. _`manual page`: ../api/helium/target-deps.html
+The :hlm-t:`deps` target can be used to display a list of the target dependencies for a given target. Also the :hlm-t:`execlist` command works in a similar way but shows a dialog showing a separated list of all the dependent targets and then just the top-level of dependencies, to help with continuing a build on the command line.
 
 
 .. index::