summaryrefslogtreecommitdiff
path: root/include/FLAC/all.h
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-05-07 19:45:23 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-05-07 19:45:23 +1000
commitd9fde55674c533ccce7a2b0145b4893a74b7f086 (patch)
treec8fd188eced2e4a4a67497ae04b372df30ec41c2 /include/FLAC/all.h
parentf491b7338563faf67588d16bedf0980e0012f9c2 (diff)
downloadflac-d9fde55674c533ccce7a2b0145b4893a74b7f086.tar.gz
Fix all links to libtool version info rules.
Diffstat (limited to 'include/FLAC/all.h')
-rw-r--r--include/FLAC/all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC/all.h b/include/FLAC/all.h
index a39ad6f3..1aa3f7bd 100644
--- a/include/FLAC/all.h
+++ b/include/FLAC/all.h
@@ -161,7 +161,7 @@
* in FLAC 1.1.3 is a set of \c #defines in \c export.h of each
* library's includes (e.g. \c include/FLAC/export.h). The
* \c #defines mirror the libraries'
- * <A HREF="http://www.gnu.org/software/libtool/manual.html#Libtool-versioning">libtool version numbers</A>,
+ * <A HREF="http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning">libtool version numbers</A>,
* e.g. in libFLAC there are \c FLAC_API_VERSION_CURRENT,
* \c FLAC_API_VERSION_REVISION, and \c FLAC_API_VERSION_AGE.
* These can be used to support multiple versions of an API during the