diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-05 15:31:14 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-05 15:38:40 +0200 |
commit | 6f73d5e859f02be7f3677b58be5d7fa741c54a16 (patch) | |
tree | 513788df3884e897c63bf5b69921a5dccbf650f0 /doc | |
parent | d496d33d26c1781220c49b3ea0e69fcfcc759a8a (diff) | |
download | ffmpeg-6f73d5e859f02be7f3677b58be5d7fa741c54a16.tar.gz |
documentation: fix @url syntax in developer.texi
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Diffstat (limited to 'doc')
-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 2658ab661a..ad786a0b31 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -324,7 +324,7 @@ send a reminder by email. Your patch should eventually be dealt with. Was the patch generated with git format-patch or send-email? @item Did you sign off your patch? (git commit -s) - See url{http://kerneltrap.org/files/Jeremy/DCO.txt} for the meaning + See @url{http://kerneltrap.org/files/Jeremy/DCO.txt} for the meaning of sign off. @item Is the patch against latest FFmpeg git master branch? |