summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorBobby R. Bruce <bbruce@ucdavis.edu>2020-01-16 23:48:12 -0800
committerJason Lowe-Power <jason@lowepower.com>2020-01-29 16:17:32 +0000
commit994c72948e32a6ee1052c1c2948b2a230b031ec8 (patch)
treede0b9789f802a9a6e3944726337cec1d927be2ca /site_scons
parente1219b26f446d12cb3eca59af37fb9a5fa74f299 (diff)
downloadgem5-994c72948e32a6ee1052c1c2948b2a230b031ec8.tar.xz
misc: Updated old gem5 website URLs with new gem5 website URLs
Jira: https://gem5.atlassian.net/browse/GEM5-272 Change-Id: Ieadb6dd7a44dde4b0be647c91896551822b06a57 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24503 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/site_init.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/site_scons/site_init.py b/site_scons/site_init.py
index 623e26e0a..82e1c8a4d 100644
--- a/site_scons/site_init.py
+++ b/site_scons/site_init.py
@@ -52,7 +52,7 @@ try:
except SystemExit as e:
print("""
For more details, see:
- http://gem5.org/Dependencies
+ http://gem5.org/documentation/general_docs/building
""")
raise
@@ -64,9 +64,6 @@ except SystemExit as e:
You can use a non-default installation of the Python interpreter by
rearranging your PATH so that scons finds the non-default 'python' and
'python-config' first.
-
-For more details, see:
- http://gem5.org/wiki/index.php/Using_a_non-default_Python_installation
""")
raise