PR #23076 opened by bejoy-jbt URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23076 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23076.patch
This patch updates outdated references to the old Trac issue tracker. Several documentation and infrastructure references still pointed users to trac.ffmpeg.org, even though issue tracking has moved to: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues This change updates those references accordingly. Related issue: #22833 >From 6cf2ced9f1568944b146267bec75d26343864f4d Mon Sep 17 00:00:00 2001 From: Bejoy <[email protected]> Date: Mon, 11 May 2026 22:49:00 +0530 Subject: [PATCH] docs: update issue tracker references --- MAINTAINERS | 2 +- doc/infra.txt | 2 +- doc/issue_tracker.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3bf41bd8cb..7be5bf4076 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -65,7 +65,7 @@ Communication ============= website (T: https://git.ffmpeg.org/ffmpeg-web) Deby Barbara Lepage fate.ffmpeg.org (L: [email protected]) (W: https://fate.ffmpeg.org) (P: https://ffmpeg.org/fate.html) (S: https://git.ffmpeg.org/fateserver) Timo Rothenpieler -Trac bug tracker (W: https://trac.ffmpeg.org) Alexander Strasser, Michael Niedermayer, Carl Eugen Hoyos +Issue tracker (W: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues) Alexander Strasser, Michael Niedermayer, Carl Eugen Hoyos Patchwork [2] (W: https://patchwork.ffmpeg.org) Andriy Gelman mailing lists (W: https://ffmpeg.org/contact.html#MailingLists) Baptiste Coudurier Twitter Reynaldo H. Verdejo Pinochet diff --git a/doc/infra.txt b/doc/infra.txt index b5546aedd4..5d21711190 100644 --- a/doc/infra.txt +++ b/doc/infra.txt @@ -52,7 +52,7 @@ Web, mail, and public facing git, also website git fftrac VM: ---------- -trac.ffmpeg.org Issue tracking +code.ffmpeg.org Issue tracking gpg encrypted backups of the trac repositories are created once a day and can be downloaded by any of the admins. diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt index 5d9805a4b9..c49780232c 100644 --- a/doc/issue_tracker.txt +++ b/doc/issue_tracker.txt @@ -22,7 +22,7 @@ a mail for every change to every issue. The subscription URL for the ffmpeg-trac list is: https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-trac The URL of the webinterface of the tracker is: -https://trac.ffmpeg.org +https://code.ffmpeg.org/FFmpeg/FFmpeg/issues Type: ----- -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
