Skip to content

Commit d1634b8

Browse files
authored
Merge pull request rust-lang#5671 from rust-lang/fix_553
adding reddit link
2 parents ef6dd5f + 063cfb1 commit d1634b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/2024-06-26-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,4 +405,4 @@ Thanks to [ZiCog](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1579)
405405

406406
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
407407

408-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
408+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1dpgsgg/this_week_in_rust_553_this_week_in_rust/)</small>

publishing/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# TODO: The BLOG_DOWNLOAD is only needed because one dockerfile will have to communicate
3939
# with another, and I don't want to deal with building out the networking logic... yet...
4040
# CHANGE ME! vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
41-
BLOG_DOWNLOAD=http://localhost:8000/blog/2024/05/08/this-week-in-rust-546/
41+
BLOG_DOWNLOAD=http://localhost:8000/blog/2024/06/26/this-week-in-rust-553/
4242

4343
website-workflow: build clean generate-website host-content
4444

0 commit comments

Comments
 (0)