summaryrefslogtreecommitdiff
path: root/doc/html/developers.html
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-07-27 05:00:53 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-07-27 05:00:53 +0000
commit746dd68cf42696e4751084f9b0d06fee73fc8eff (patch)
tree7bdc8515f1cfd3727b7727642f0a41222a2ab401 /doc/html/developers.html
parentf6efd9cec97e94d45ded069019fb91d4b8731cfa (diff)
downloadflac-746dd68cf42696e4751084f9b0d06fee73fc8eff.tar.gz
update links to point to new api location
Diffstat (limited to 'doc/html/developers.html')
-rw-r--r--doc/html/developers.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/developers.html b/doc/html/developers.html
index a59f2f78..d80220d8 100644
--- a/doc/html/developers.html
+++ b/doc/html/developers.html
@@ -141,9 +141,9 @@
<TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
<TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
<P>
- FLAC is open to third-party developers who want to add support for FLAC into their programs. All the necessary functionality is contained the library libFLAC which is licensed under the <A HREF="http://www.gnu.org/copyleft/lesser.html">LGPL</A>. The relevant documentation here is:
+ FLAC is open to third-party developers who want to add support for FLAC into their programs. All the necessary functionality is contained the libraries libFLAC or libFLAC++ which are licensed under the <A HREF="http://www.gnu.org/copyleft/lesser.html">LGPL</A>. The relevant documentation here is:
<UL>
- <LI>The <A HREF="documentation.html#libflac">libFLAC API documentation</A> and <A HREF="documentation.html#libflacpp">libFLAC++ API documentation</A></LI>
+ <LI>The <A HREF="api/index.html">libFLAC and libFLAC++ API documentation</A></LI>
<LI>The <A HREF="format.html">formal description</A> of the FLAC format.</LI>
<LI>The <A HREF="id.html">ID registration page</A> for registering an ID if you need to write custom metadata.</LI>
</UL>