diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 54e6ed07bed943b9cf93232bf4491c821b6f65db..48a203e25c4ae0ab3429087e4957425ae9aee40c 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1328,7 +1328,7 @@ verify that there are no big problems. Patches should be posted as base64 encoded attachments (or any other encoding which ensures that the patch won't be trashed during transmission) to the ffmpeg-devel mailing list, see -@url{http://www1.mplayerhq.hu/mailman/listinfo/ffmpeg-devel} +@url{http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel} It also helps quite a bit if you tell us what the patch does (for example 'replaces lrint by lrintf'), and why (for example '*BSD isn't C99 compliant diff --git a/doc/optimization.txt b/doc/optimization.txt index 9cf05a8f687bf715b3b8f3b88fd970929976446d..26c5ae64c83c57c9c25b9bd180cf0ba26b24dfff 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -21,7 +21,7 @@ comprehend the instructions, it could help understanding the functions and how they can be optimized. NOTE: If you still don't understand some function, ask at our mailing list!!! -(http://www1.mplayerhq.hu/mailman/listinfo/ffmpeg-devel) +(http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel)