Skip to content

Commit 27d0cfb

Browse files
authored
Newsletter 3: Fix discussion links (rust-gamedev#37)
* Newsletter 3: Fix discussion links * Newsletter 3: Ultraviolet: termhn -> fu5ha
1 parent 78a675d commit 27d0cfb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_drafts/newsletter-004.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,12 @@ Feel free to send PRs about your own projects!
8383
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
8484
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
8585

86+
<!--
87+
TODO: Add real links and un-comment once this post is published
8688
**Discussions of this post**:
87-
[/r/rust](https://reddit.com/r/rust/comments/dt3uc9/this_month_in_rust_gamedev_3_october_2019),
88-
[twitter](https://twitter.com/rust_gamedev/status/1192539926161702913).
89+
[/r/rust](TODO),
90+
[twitter](TODO).
91+
-->
8992

9093
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
9194
[@rust_gamedev]: https://twitter.com/rust_gamedev

_posts/2019-11-07-newsletter-003.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ Also, check out /r/rust ["The Mun programming language is going live!" post][mun
617617

618618
![ultraviolet benchmarks table](/assets/newsletter-003/ultraviolet-benches.png)
619619

620-
[ultraviolet] by [@termhn] is a crate to do basic, computer-graphics-related,
620+
[ultraviolet] by [@fu5ha] is a crate to do basic, computer-graphics-related,
621621
linear algebra, but fast, by taking full advantage of [SIMD].
622622

623623
> <...> To do this, it uses an "SoA" ([Structure of Arrays][aos_soa])
@@ -868,12 +868,9 @@ Feel free to send PRs about your own projects!
868868
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
869869
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!
870870

871-
<!--
872-
TODO: Add real links and un-comment once this post is published
873871
**Discussions of this post**:
874-
[/r/rust](TODO),
875-
[twitter](TODO).
876-
-->
872+
[/r/rust](https://reddit.com/r/rust/comments/dt3uc9/this_month_in_rust_gamedev_3_october_2019),
873+
[twitter](https://twitter.com/rust_gamedev/status/1192539926161702913).
877874

878875
[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
879876
[@rust_gamedev]: https://twitter.com/rust_gamedev

0 commit comments

Comments
 (0)