aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorAdam Jackson <[email protected]>2019-09-18 15:59:41 -0400
committerAdam Jackson <[email protected]>2019-09-19 16:37:36 +0000
commit5b5c5bf8335b79c7c1152bbdf0956598d2246567 (patch)
treef700b0e5001b38c5620c9ed1281da38b998ca246 /SConstruct
parentec76232785f13042cf7ae4298a1e997e781d27a0 (diff)
docs: Update bug report URLs for the gitlab migration
Cc: [email protected] Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 51dc301a9a8..b5c36cbbc1c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -73,7 +73,7 @@ with open("VERSION") as f:
mesa_version = f.read().strip()
env.Append(CPPDEFINES = [
('PACKAGE_VERSION', '\\"%s\\"' % mesa_version),
- ('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'),
+ ('PACKAGE_BUGREPORT', '\\"https://gitlab.freedesktop.org/mesa/mesa/issues\\"'),
])
# Includes