summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2013-05-15 20:31:03 +0200
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-05-25 16:56:35 +1000
commitd4b68b2ba5ba36c5909ad6be6fcea81ce03f204b (patch)
treec26d5c3701402cb26a4b2f53594194969515d65c
parent4ff213b9ab42696a5f7291d27e0bc4152a874667 (diff)
downloadflac-d4b68b2ba5ba36c5909ad6be6fcea81ce03f204b.tar.gz
Replace dead anchor
This fixes a wrong link (dead anchor) in the Doxygen api documentation Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-rw-r--r--include/FLAC/stream_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h
index 443a7e26..a2fc8736 100644
--- a/include/FLAC/stream_encoder.h
+++ b/include/FLAC/stream_encoder.h
@@ -128,7 +128,7 @@ extern "C" {
* Unlike the decoders, the stream encoder has many options that can
* affect the speed and compression ratio. When setting these parameters
* you should have some basic knowledge of the format (see the
- * <A HREF="../documentation.html#format">user-level documentation</A>
+ * <A HREF="../documentation_format_overview.html">user-level documentation</A>
* or the <A HREF="../format.html">formal description</A>). The
* FLAC__stream_encoder_set_*() functions themselves do not validate the
* values as many are interdependent. The FLAC__stream_encoder_init_*()