Skip to content
This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Commit b44ade3

Browse files
committed
rawgit.com is shutting down.
1 parent f441192 commit b44ade3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<p align="center">
1111
<a href="https://ghuser.io">
12-
<img src="https://rawgit.com/ghuser-io/ghuser.io/master/docs/logo.png"
12+
<img src="https://cdn.jsdelivr.net/gh/ghuser-io/ghuser.io@f44119258dfeade99c800232044cf7c3e3a91982/docs/logo.png"
1313
width="400" height="108" />
1414
</a>
1515
</p>

docs/repo-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can set properties on any `owner/repo` by committing a file at either:
1818
```json
1919
{
2020
"_comment": "Repo metadata for ghuser.io. See https://github.com/ghuser-io/ghuser.io/blob/master/docs/repo-settings.md",
21-
"avatar_url": "https://rawgit.com/ghuser-io/ghuser.io/master/docs/logo_square.png"
21+
"avatar_url": "https://cdn.jsdelivr.net/gh/ghuser-io/ghuser.io@f44119258dfeade99c800232044cf7c3e3a91982/docs/logo_square.png"
2222
}
2323
```
2424

reframe/views/thirdparty/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ set -e
33
for weight in Light Book Medium Bold; do
44
for ext in eot woff ttf svg; do
55
curl -o "ApexSans-${weight}.${ext}" \
6-
"https://rawgit.com/RadiusIntelligence/frontend-exercises/master/app/styles/fonts/apex-sans/ApexSans-${weight}.${ext}"
6+
"https://cdn.jsdelivr.net/gh/RadiusIntelligence/frontend-exercises@5f18656c528a407e3647470a16bd24185dc26006/app/styles/fonts/apex-sans/ApexSans-${weight}.${ext}"
77
done
88
done

0 commit comments

Comments
 (0)