[FFmpeg-devel] [PATCH 10/13] documentation: link to the new texi documents

Clément Bœsch ubitux at gmail.com
Fri Jan 13 22:08:51 CET 2012


From: Luca Barbato <lu_zero at gentoo.org>

Freshen a little the rest of the links.
---
 src/documentation |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/documentation b/src/documentation
index b597f5f..f8228b8 100644
--- a/src/documentation
+++ b/src/documentation
@@ -9,16 +9,20 @@ developers will be able to better diagnose the problem if you follow
 
 <h2>General Documentation</h2>
 <ul>
-<li><a href="faq.html">Frequently Asked Questions</a></li>
 <li><a href="general.html">General Documentation</a></li>
-<li><a href="libavfilter.html">Libavfilter Documentation</a></li>
+<ul>
+    <li><a href="faq.html">Frequently Asked Questions</a></li>
+</ul>
 <li><a href="developer.html">Developer Documentation</a></li>
 <li><a href="http://ffmpeg.zeranoe.com/">FFmpeg Windows Help</a>
 discusses all issues regarding FFmpeg under Windows including a wiki
 and help forums.</li>
-<li><a href="http://stephenjungels.com/jungels.net/articles/ffmpeg-howto.html">FFmpeg on Mac OS X HOWTO</a>
-explains installing and using FFmpeg on Mac OS X.</li>
 <li><a href="http://wiki.multimedia.cx/">MultimediaWiki</a></li>
+<ul>
+    <li><a href="platform.html">Platform Specific Support</a></li>
+    <li><a href="git-howto.html">Git Tutorial</a></li>
+    <li><a href="fate.html">FATE Automated Testing Environment</a></li>
+</ul>
 </ul>
 
 <h2>Command Line Interface (CLI) and Related Usage Documentation</h2>
@@ -27,7 +31,10 @@ explains installing and using FFmpeg on Mac OS X.</li>
 <li><a href="ffplay.html">FFplay Documentation</a></li>
 <li><a href="ffprobe.html">FFprobe Documentation</a></li>
 <li><a href="ffserver.html">FFserver Documentation</a></li>
-<li><a href="sample.html">Sample ffserver configuration file</a></li>
+<ul>
+    <li><a href="sample.html">Sample ffserver configuration file</a></li>
+</ul>
+<li><a href="libavfilter.html">Libavfilter Documentation</a></li>
 </ul>
 
 <h2>API Documentation</h2>
-- 
1.7.8.3



More information about the ffmpeg-devel mailing list