]> mj.ucw.cz Git - libucw.git/commitdiff
libucw documentation: Fix links
authorMichal Vaner <vorner@ucw.cz>
Mon, 8 Sep 2008 17:21:31 +0000 (19:21 +0200)
committerMichal Vaner <vorner@ucw.cz>
Wed, 8 Oct 2008 12:53:39 +0000 (14:53 +0200)
They are not to anchors, but to files (<<symbol:>>, not <<symbol>>).

ucw/doc/config.txt
ucw/doc/configure.txt

index f53b49bf414f893782c32264fc3d49a5641daa3e..5d655d7b6cb7bfac6c4e371dfd6f58ce17fd1616 100644 (file)
@@ -3,7 +3,7 @@ Configuration files
 
 This document describes run-time configuration of libucw-based
 programs using config files. For compile-time configuration,
-see <<configure>>.
+see <<configure:>>.
 
 Terminology
 -----------
index 0db3c5f49bb3c685190482f28df5a9bce5de8c10..f9c9ce344e06db367c0dcd031ab4cbd97e631cf7 100644 (file)
@@ -6,7 +6,7 @@ What can be configured
 There are two different levels of configuring/customizing program
 based on libucw:
 
-  - runtime configuration in configuration files (see <<config>>)
+  - runtime configuration in configuration files (see <<config:>>)
 
   - compile-time configuration of the libraries: config switches set
     before compiling, selecting optional features.