| Message ID | 20170518021659.5937-1-michel@daenzer.net |
|---|---|
| State | Accepted |
| Headers | show |
| Series |
"Update URLs"
( rev:
1
)
in
AMD X.Org drivers |
diff --git a/README b/README index 4b92a1858..db982fbed 100644 --- a/README +++ b/README @@ -1,25 +1,25 @@ -xf86-video-ati - ATI Radeon video driver for the Xorg X server +xf86-video-ati - ATI/AMD Radeon video driver for the Xorg X server All questions regarding this software should be directed at the -Xorg mailing list: +amd-gfx mailing list: - http://lists.freedesktop.org/mailman/listinfo/xorg + https://lists.freedesktop.org/mailman/listinfo/amd-gfx Please submit bug reports to the Xorg bugzilla: - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/Radeon The master development code repository can be found at: git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati - http://cgit.freedesktop.org/xorg/driver/xf86-video-ati + https://cgit.freedesktop.org/xorg/driver/xf86-video-ati For patch submission instructions, see: - http://www.x.org/wiki/Development/Documentation/SubmittingPatches + https://www.x.org/wiki/Development/Documentation/SubmittingPatches For more information on the git code manager, see: - http://wiki.x.org/wiki/GitPage + https://wiki.x.org/wiki/GitPage diff --git a/configure.ac b/configure.ac index c9ccfb3dc..700e01a5a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-ati], [7.9.99], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/Radeon], [xf86-video-ati]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/man/radeon.man b/man/radeon.man index 9334d9e86..3e1723f21 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -392,17 +392,17 @@ __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(_ .IP " 1." 4 Wiki page: .RS 4 -http://www.x.org/wiki/radeon +https://www.x.org/wiki/radeon .RE .IP " 2." 4 Overview about radeon development code: .RS 4 -http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/ +https://cgit.freedesktop.org/xorg/driver/xf86-video-ati/ .RE .IP " 3." 4 Mailing list: .RS 4 -http://lists.x.org/mailman/listinfo/xorg-driver-ati +https://lists.freedesktop.org/mailman/listinfo/amd-gfx .RE .IP " 4." 4 IRC channel:
> -----Original Message----- > From: amd-gfx [mailto:amd-gfx-bounces@lists.freedesktop.org] On Behalf > Of Michel Dänzer > Sent: Wednesday, May 17, 2017 10:17 PM > To: amd-gfx@lists.freedesktop.org > Subject: [PATCH xf86-video-ati] Update URLs > > From: Michel Dänzer <michel.daenzer@amd.com> > > * Point to the amd-gfx mailing list > * Specify the component in all bugzilla URLs > * Use https:// for all HTML URLs > > Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> > --- > README | 14 +++++++------- > configure.ac | 2 +- > man/radeon.man | 6 +++--- > 3 files changed, 11 insertions(+), 11 deletions(-) > > diff --git a/README b/README > index 4b92a1858..db982fbed 100644 > --- a/README > +++ b/README > @@ -1,25 +1,25 @@ > -xf86-video-ati - ATI Radeon video driver for the Xorg X server > +xf86-video-ati - ATI/AMD Radeon video driver for the Xorg X server > > All questions regarding this software should be directed at the > -Xorg mailing list: > +amd-gfx mailing list: > > - http://lists.freedesktop.org/mailman/listinfo/xorg > + https://lists.freedesktop.org/mailman/listinfo/amd-gfx > > Please submit bug reports to the Xorg bugzilla: > > - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg > + > https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Dri > ver/Radeon > > The master development code repository can be found at: > > git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati > > - http://cgit.freedesktop.org/xorg/driver/xf86-video-ati > + https://cgit.freedesktop.org/xorg/driver/xf86-video-ati > > For patch submission instructions, see: > > - > http://www.x.org/wiki/Development/Documentation/SubmittingPa > tches > + > https://www.x.org/wiki/Development/Documentation/SubmittingP > atches > > For more information on the git code manager, see: > > - http://wiki.x.org/wiki/GitPage > + https://wiki.x.org/wiki/GitPage > > diff --git a/configure.ac b/configure.ac > index c9ccfb3dc..700e01a5a 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -24,7 +24,7 @@ > AC_PREREQ([2.60]) > AC_INIT([xf86-video-ati], > [7.9.99], > - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], > + > [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Dr > iver/Radeon], > [xf86-video-ati]) > > AC_CONFIG_SRCDIR([Makefile.am]) > diff --git a/man/radeon.man b/man/radeon.man > index 9334d9e86..3e1723f21 100644 > --- a/man/radeon.man > +++ b/man/radeon.man > @@ -392,17 +392,17 @@ __xservername__(__appmansuffix__), > __xconfigfile__(__filemansuffix__), Xserver(_ > .IP " 1." 4 > Wiki page: > .RS 4 > -http://www.x.org/wiki/radeon > +https://www.x.org/wiki/radeon > .RE > .IP " 2." 4 > Overview about radeon development code: > .RS 4 > -http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/ > +https://cgit.freedesktop.org/xorg/driver/xf86-video-ati/ > .RE > .IP " 3." 4 > Mailing list: > .RS 4 > -http://lists.x.org/mailman/listinfo/xorg-driver-ati > +https://lists.freedesktop.org/mailman/listinfo/amd-gfx > .RE > .IP " 4." 4 > IRC channel: > -- > 2.11.0 > > _______________________________________________ > amd-gfx mailing list > amd-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx