From: Michal Vaner Date: Mon, 8 Sep 2008 17:21:31 +0000 (+0200) Subject: libucw documentation: Fix links X-Git-Tag: holmes-import~227^2~5^2~43 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7f0e96d24f19acb432de130b172e1fd65d475e3b;p=libucw.git libucw documentation: Fix links They are not to anchors, but to files (<>, not <>). --- diff --git a/ucw/doc/config.txt b/ucw/doc/config.txt index f53b49bf..5d655d7b 100644 --- a/ucw/doc/config.txt +++ b/ucw/doc/config.txt @@ -3,7 +3,7 @@ Configuration files This document describes run-time configuration of libucw-based programs using config files. For compile-time configuration, -see <>. +see <>. Terminology ----------- diff --git a/ucw/doc/configure.txt b/ucw/doc/configure.txt index 0db3c5f4..f9c9ce34 100644 --- a/ucw/doc/configure.txt +++ b/ucw/doc/configure.txt @@ -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 <>) + - runtime configuration in configuration files (see <>) - compile-time configuration of the libraries: config switches set before compiling, selecting optional features.