summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2018-07-19 17:38:04 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2018-07-19 17:38:04 +0530
commit75d1faf4474f5eaba1c4981ec61b2b1e0bf533be (patch)
tree6b0a3bf3183834f13d5289b5af78edbe518c41c3
parent215a56bc01df147ac3492155c5920e0eaa37a2fa (diff)
change this-week-in-rust.org to this-week-in-rust.github.io
-rw-r--r--README.md2
-rw-r--r--content/2016-10-04-this-week-in-rust.md2
-rw-r--r--content/2016-12-13-this-week-in-rust.md2
-rw-r--r--content/2017-08-22-this-week-in-rust.md4
-rw-r--r--content/pages/privacy-policy.md2
-rw-r--r--pelicanconf.py2
-rw-r--r--themes/newsletter/templates/base.html4
7 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 007a08d..9b5ddff 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
This Week in Rust
=================
-Content for [this-week-in-rust.org](http://this-week-in-rust.org). Made available under CC-BY-SA.
+Content for [this-week-in-rust.github.io](https://this-week-in-rust.github.io). Made available under CC-BY-SA.
All code Copyright 2014 Corey Richardson, made available under [the MIT
license](http://mit-license.org/).
diff --git a/content/2016-10-04-this-week-in-rust.md b/content/2016-10-04-this-week-in-rust.md
index 13f32d5..b8a5b85 100644
--- a/content/2016-10-04-this-week-in-rust.md
+++ b/content/2016-10-04-this-week-in-rust.md
@@ -242,7 +242,7 @@ This week's friends of the forest are:
[rusty-dash]: http://rusty-dash.com/
[nasa42]: https://github.com/nasa42
[llogiq]: https://github.com/llogiq
-[This Week In Rust]: https://this-week-in-rust.org/
+[This Week In Rust]: https://this-week-in-rust.github.io/
[WindowsBunny]: https://github.com/retep998
[eddyb]: https://github.com/eddyb
[chriskrycho]: https://github.com/chriskrycho
diff --git a/content/2016-12-13-this-week-in-rust.md b/content/2016-12-13-this-week-in-rust.md
index e3db3e2..5958e11 100644
--- a/content/2016-12-13-this-week-in-rust.md
+++ b/content/2016-12-13-this-week-in-rust.md
@@ -166,7 +166,7 @@ it mentioned here. Email the [Rust Community Team][community] for access.
# Quote of the Week
-<img src="https://this-week-in-rust.org/images/programming-people-rust.png" alt="A lady warrior in heavy armour wielding three shields, one of which bears the Rust logo, saying: »I'll be designated driver tonight«. When answered »We know«, she warns: »Don't talk while eating. You could choke and die, haha.«">
+<img src="https://this-week-in-rust.github.io/images/programming-people-rust.png" alt="A lady warrior in heavy armour wielding three shields, one of which bears the Rust logo, saying: »I'll be designated driver tonight«. When answered »We know«, she warns: »Don't talk while eating. You could choke and die, haha.«">
— [Programming People by David Marino](http://leftoversalad.com/c/015_programmingpeople/).
diff --git a/content/2017-08-22-this-week-in-rust.md b/content/2017-08-22-this-week-in-rust.md
index 9e7fdc7..d9f2c0b 100644
--- a/content/2017-08-22-this-week-in-rust.md
+++ b/content/2017-08-22-this-week-in-rust.md
@@ -49,7 +49,7 @@ Some of these tasks may also have mentors available, visit the task page for mor
This week's Call for Participation is submitted by RustConf 2017 attendees!
-<img src="https://this-week-in-rust.org/images/rustconf-2017-cfp.jpg" alt="A photo of a whiteboard from RustConf 2017 which lists projects looking for help.">
+<img src="https://this-week-in-rust.github.io/images/rustconf-2017-cfp.jpg" alt="A photo of a whiteboard from RustConf 2017 which lists projects looking for help.">
### Transcript
@@ -77,7 +77,7 @@ Our community likes to recognize people who have made outstanding contributions
to the Rust Project, its ecosystem, and its community. This year at RustConf, attendees
nominated people who have been awesome for the Rust community. And here they are:
-<img src="https://this-week-in-rust.org/images/rustconf-2017-fotf.jpg" alt="A photo of a whiteboard from RustConf 2017 which displays a list titled - who's been awesome for the Rust community - contributed by attendees.">
+<img src="https://this-week-in-rust.github.io/images/rustconf-2017-fotf.jpg" alt="A photo of a whiteboard from RustConf 2017 which displays a list titled - who's been awesome for the Rust community - contributed by attendees.">
### Transcript
diff --git a/content/pages/privacy-policy.md b/content/pages/privacy-policy.md
index 7038bb1..d46c3ba 100644
--- a/content/pages/privacy-policy.md
+++ b/content/pages/privacy-policy.md
@@ -3,7 +3,7 @@ Date: 2015-07-08
Last updated: 8 July, 2015
-TWiR team ("us", "we", or "our") operates the <a href="http://this-week-in-rust.org/">This Week in Rust</a> website (the "Service").
+TWiR team ("us", "we", or "our") operates the <a href="https://this-week-in-rust.github.io/">This Week in Rust</a> website (the "Service").
This page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.
diff --git a/pelicanconf.py b/pelicanconf.py
index 4f6221c..f76ba5a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -5,7 +5,7 @@ import os
AUTHOR = u'TWiR Contributors'
SITENAME = u"This Week in Rust"
-SITEURL = 'https://this-week-in-rust.org'
+SITEURL = 'https://this-week-in-rust.github.io'
SOURCE_URL = 'https://github.com/cmr/this-week-in-rust'
diff --git a/themes/newsletter/templates/base.html b/themes/newsletter/templates/base.html
index 26c7faf..70b99d1 100644
--- a/themes/newsletter/templates/base.html
+++ b/themes/newsletter/templates/base.html
@@ -209,7 +209,7 @@
<tbody>
<tr>
<td>
- <img class="wrapper-image " src="https://this-week-in-rust.org/images/logo32.png" alt="This Week in Rust">
+ <img class="wrapper-image " src="https://this-week-in-rust.github.io/images/logo32.png" alt="This Week in Rust">
<span class="wrapper-header-01" style="">This Week in Rust</span>
</td>
</tr>
@@ -252,7 +252,7 @@
<small>
twitter: <a href="https://twitter.com/ThisWeekInRust">@ThisWeekInRust</a>
<br />
- <a href="https://this-week-in-rust.org/pages/privacy-policy.html">Privacy policy</a>
+ <a href="https://this-week-in-rust.github.io/pages/privacy-policy.html">Privacy policy</a>
|
<a href="*|UNSUB|*">Unsubscribe</a>
|