diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bugs.html | 4 | ||||
-rw-r--r-- | docs/helpwanted.html | 2 | ||||
-rw-r--r-- | docs/releasing.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/bugs.html b/docs/bugs.html index 457c0b7f88e..a584a5a2251 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -24,8 +24,8 @@ The old bug database on SourceForge is no longer used. <p> To file a Mesa bug, go to -<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"> -Bugzilla on freedesktop.org</a> +<a href="https://gitlab.freedesktop.org/mesa/mesa/issues"> +GitLab on freedesktop.org</a> </p> <p> diff --git a/docs/helpwanted.html b/docs/helpwanted.html index e9763a3aadf..5e05e65f40b 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -29,7 +29,7 @@ immediately checked into git because not enough people are testing them. Just applying patches, testing and reporting back is helpful. <li> <b>Driver debugging.</b> -There are plenty of open bugs in the <a href="https://bugs.freedesktop.org/describecomponents.cgi?product=Mesa">bug database</a>. +There are plenty of open bugs in the <a href="https://gitlab.freedesktop.org/mesa/mesa/issues">bug database</a>. <li> <b>Remove aliasing warnings.</b> Enable gcc's <code>-Wstrict-aliasing=2 -fstrict-aliasing</code> arguments, and diff --git a/docs/releasing.html b/docs/releasing.html index d01e61585d2..d2dc72ff7a4 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -285,7 +285,7 @@ To setup the branchpoint: <p> Now go to -<a href="https://bugs.freedesktop.org/editversions.cgi?action=add&product=Mesa" target="_parent">Bugzilla</a> and add the new Mesa version X.Y. +<a href="https://gitlab.freedesktop.org/mesa/mesa/-/milestones" target="_parent">gitlab</a> and add the new Mesa version X.Y. </p> <p> |