change this-week-in-rust.org to this-week-in-rust.github.io
This commit is contained in:
parent
215a56bc01
commit
75d1faf447
|
@ -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/).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/).
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
||||
|
|
Loading…
Reference in New Issue