Update source code link

This commit is contained in:
Camelid 2020-08-27 15:45:26 -07:00 committed by GitHub
parent 29193f317c
commit a531c3320b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ AUTHOR = u'TWiR Contributors'
SITENAME = u"This Week in Rust"
SITEURL = 'https://this-week-in-rust.org'
SOURCE_URL = 'https://github.com/cmr/this-week-in-rust'
SOURCE_URL = 'https://github.com/emberian/this-week-in-rust'
if '1' == os.environ.get('TWIR_NEWSLETTER_THEME'):
THEME = 'themes/newsletter'