diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2011-12-12 13:02:04 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-20 18:12:36 +0100 |
commit | d1c1e350c6a7b3f1eedc3ec51085e3e17f1e9fbd (patch) | |
tree | 3c959b565a341d49744566c20553af1fb14f80c1 | |
parent | c1acd58198187b9d0ca9386add4c10fca33d2c21 (diff) | |
download | ffmpeg-d1c1e350c6a7b3f1eedc3ec51085e3e17f1e9fbd.tar.gz |
doc: make developer.texi point to correct fate doc
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 1c697100f4..32d666ac68 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -514,7 +514,7 @@ separate patches. Before submitting a patch (or committing to the repository), you should at least test that you did not break anything. -Running 'make fate' accomplishes this, please see @file{doc/fate.txt} for details. +Running 'make fate' accomplishes this, please see @url{fate.html} for details. [Of course, some patches may change the results of the regression tests. In this case, the reference results of the regression tests shall be modified |