summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-09-12 10:04:44 +0000
committerDiego Biurrun <diego@biurrun.de>2007-09-12 10:04:44 +0000
commit36cb992b54ecf1dac26c4408a7c99d4f5ead9f5e (patch)
treedaa8bfba13de2067f5543b7f6e3280ed70b44fe5 /doc/faq.texi
parent65f379920ff4502aa073d4c8f42648ddce6a8488 (diff)
link fixes
Originally committed as revision 10480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 3af5bf4327..daa2dc3451 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -151,7 +151,7 @@ Choose a different codec with the -vcodec command line option.
@section ffmpeg does not work; What is wrong?
Try a 'make distclean' in the ffmpeg source directory before the build. If this does not help see
-(@url{http://ffmpeg.org/bugreports.php}).
+(@url{http://ffmpeg.org/bugreports.html}).
@section How do I encode XviD or DivX video with ffmpeg?
@@ -352,7 +352,7 @@ it implemented is to undertake the task yourself.
Yes. Read the Developers Guide of the FFmpeg documentation. Alternatively,
examine the source code for one of the many open source projects that
-already incorporate ffmpeg at (@url{projects.php}).
+already incorporate ffmpeg at (@url{projects.html}).
@section Can you support my C compiler XXX?