Skip to content

Commit 4e312ac

Browse files
committed
website: Fixed website source URL to stable branch
1 parent 0e67828 commit 4e312ac

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site Settings
22
title: gem5
3-
sourceurl: "https://gem5.googlesource.com/public/gem5-website/+/refs/heads/master/README.md"
3+
sourceurl: "https://gem5.googlesource.com/public/gem5-website/+/refs/heads/stable/README.md"
44
url: "https://www.gem5.org/"
55

66
defaults:

_config_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site Settings
22
title: gem5
3-
sourceurl: "https://gem5.googlesource.com/public/gem5-website/+/refs/heads/master/README.md"
3+
sourceurl: "https://gem5.googlesource.com/public/gem5-website/+/refs/heads/stable/README.md"
44
url: "http://localhost:4000"
55
baseurl: ""
66

_pages/documentation/learning_gem5/part0_introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tools like gem5, it is important to actually understand how it works
3131
before using it.
3232

3333
You can find the source for this book at
34-
<https://gem5.googlesource.com/public/gem5-website/+/refs/heads/master/_pages/documentation/learning_gem5/>.
34+
<https://gem5.googlesource.com/public/gem5-website/+/refs/heads/stable/_pages/documentation/learning_gem5/>.
3535

3636
## What is gem5?
3737

_pages/documentation/reporting_problems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ on how to do this.
7777

7878
If your issue is with the content of a gem5 document/tutorial being incorrect,
7979
then please consider submitting a change. Please consult our [README](
80-
https://gem5.googlesource.com/public/gem5-website/+/refs/heads/master/README.md)
80+
https://gem5.googlesource.com/public/gem5-website/+/refs/heads/stable/README.md)
8181
for more information on how to make contributions to the gem5 website.

0 commit comments

Comments
 (0)