misc: Update documentation and links for GitHub
This changes mentions of googlesource and Gerrit to instead link to the gem5 GitHub repository, and updates the documentation to reflect the GitHub review process. Change-Id: I5dc1d9fcf6b96f9e5116802f938b7e3bb5b09567 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71878 Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
This commit is contained in:
committed by
Bobby Bruce
parent
037e6fe33c
commit
eb07d3fcf4
@@ -80,7 +80,7 @@ board = SimpleBoard(
|
||||
board.set_se_binary_workload(
|
||||
# The `Resource` class reads the `resources.json` file from the gem5
|
||||
# resources repository:
|
||||
# https://gem5.googlesource.com/public/gem5-resource.
|
||||
# https://github.com/gem5/gem5-resources.
|
||||
# Any resource specified in this file will be automatically retrieved.
|
||||
# At the time of writing, this file is a WIP and does not contain all
|
||||
# resources. Jira ticket: https://gem5.atlassian.net/browse/GEM5-1096
|
||||
|
||||
@@ -97,7 +97,7 @@ board = SimpleBoard(
|
||||
board.set_se_binary_workload(
|
||||
# The `Resource` class reads the `resources.json` file from the gem5
|
||||
# resources repository:
|
||||
# https://gem5.googlesource.com/public/gem5-resource.
|
||||
# https://github.com/gem5/gem5-resources.
|
||||
# Any resource specified in this file will be automatically retrieved.
|
||||
# At the time of writing, this file is a WIP and does not contain all
|
||||
# resources. Jira ticket: https://gem5.atlassian.net/browse/GEM5-1096
|
||||
|
||||
@@ -74,7 +74,7 @@ board = SimpleBoard(
|
||||
board.set_se_binary_workload(
|
||||
# The `Resource` class reads the `resources.json` file from the gem5
|
||||
# resources repository:
|
||||
# https://gem5.googlesource.com/public/gem5-resource.
|
||||
# https://github.com/gem5/gem5-resources.
|
||||
# Any resource specified in this file will be automatically retrieved.
|
||||
# At the time of writing, this file is a WIP and does not contain all
|
||||
# resources. Jira ticket: https://gem5.atlassian.net/browse/GEM5-1096
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"""
|
||||
This example runs a simple linux boot. It uses the 'riscv-disk-img' resource.
|
||||
It is built with the sources in `src/riscv-fs` in [gem5 resources](
|
||||
https://gem5.googlesource.com/public/gem5-resources).
|
||||
https://github.com/gem5/gem5-resources).
|
||||
|
||||
Characteristics
|
||||
---------------
|
||||
|
||||
Reference in New Issue
Block a user