tree-wide: fix deprecated GitLab URLs
[mesa.git] / src / intel / compiler / brw_fs.cpp
index 62025406d1cff853c9d36c90df4a3c9fc840a59c..56de59509627b33da43ae4d3e5505ef7c14c55e2 100644 (file)
@@ -8728,7 +8728,7 @@ brw_compile_fs(const struct brw_compiler *compiler, void *log_data,
    }
 
    /* Limit dispatch width to simd8 with dual source blending on gen8.
-    * See: https://gitlab.freedesktop.org/mesa/mesa/issues/1917
+    * See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/1917
     */
    if (devinfo->gen == 8 && prog_data->dual_src_blend &&
        !(INTEL_DEBUG & DEBUG_NO8)) {