remove redundant slashes from some 2022 URLs

This is causing warnings in the new, stricter inspect_links check.
This commit is contained in:
Eric Seppanen 2022-02-16 19:48:41 -08:00
parent 6137a364e8
commit f86059e7dd
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
### Project/Tooling Updates ### Project/Tooling Updates
* [rust-analyzer in 2021](https://rust-analyzer.github.io/blog/2021/12/30/2021-recap.html) * [rust-analyzer in 2021](https://rust-analyzer.github.io/blog/2021/12/30/2021-recap.html)
* [rust-analyzer changelog #110](https://rust-analyzer.github.io//thisweek/2022/01/03/changelog-110.html) * [rust-analyzer changelog #110](https://rust-analyzer.github.io/thisweek/2022/01/03/changelog-110.html)
* [The year 2021 in Dimforge and our objectives for 2022](https://dimforge.com/blog/2022/01/02/the-year-2021-in-dimforge/) * [The year 2021 in Dimforge and our objectives for 2022](https://dimforge.com/blog/2022/01/02/the-year-2021-in-dimforge/)
* [This week in Fluvio #18: the programmable streaming platform](https://www.fluvio.io/news/this-week-in-fluvio-0018/) * [This week in Fluvio #18: the programmable streaming platform](https://www.fluvio.io/news/this-week-in-fluvio-0018/)
* [What's new in SeaORM 0.5.0](https://www.sea-ql.org/SeaORM/blog/2022-01-01-whats-new-in-0.5.0) * [What's new in SeaORM 0.5.0](https://www.sea-ql.org/SeaORM/blog/2022-01-01-whats-new-in-0.5.0)

View File

@ -34,7 +34,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
* [The engine was renamed to Fyrox](https://rg3d.rs/general/2022/01/11/fyrox.html) * [The engine was renamed to Fyrox](https://rg3d.rs/general/2022/01/11/fyrox.html)
### Observations/Thoughts ### Observations/Thoughts
* [Dyn async traits, part 7: a design emerges?](https://smallcultfollowing.com/babysteps//blog/2022/01/07/dyn-async-traits-part-7/) * [Dyn async traits, part 7: a design emerges?](https://smallcultfollowing.com/babysteps/blog/2022/01/07/dyn-async-traits-part-7/)
* [Rust in 2022](https://www.ncameron.org/blog/rust-in-2022-2/) * [Rust in 2022](https://www.ncameron.org/blog/rust-in-2022-2/)
* [Bringing include_dir Into the Modern Era](https://adventures.michaelfbryan.com/posts/bringing-include_dir-into-the-modern-era/) * [Bringing include_dir Into the Modern Era](https://adventures.michaelfbryan.com/posts/bringing-include_dir-into-the-modern-era/)
* [Rust Async and the Terrible, Horrible, No Good, Very Bad Day](https://kevinhoffman.medium.com/rust-async-and-the-terrible-horrible-no-good-very-bad-day-348ebc836274) * [Rust Async and the Terrible, Horrible, No Good, Very Bad Day](https://kevinhoffman.medium.com/rust-async-and-the-terrible-horrible-no-good-very-bad-day-348ebc836274)

View File

@ -28,7 +28,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
* [Fornjot 0.5.0 - Code-CAD in Rust](https://www.fornjot.app/blog/fornjot-0-5-0/) * [Fornjot 0.5.0 - Code-CAD in Rust](https://www.fornjot.app/blog/fornjot-0-5-0/)
* [BonsaiDb January update: Alpha Next Week](https://bonsaidb.io/blog/january-2022-update/) * [BonsaiDb January update: Alpha Next Week](https://bonsaidb.io/blog/january-2022-update/)
* [rustc_codegen_gcc: Progress Report #8](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-8) * [rustc_codegen_gcc: Progress Report #8](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-8)
* [Rust Analyzer Changelog #114](https://rust-analyzer.github.io//thisweek/2022/01/31/changelog-114.html) * [Rust Analyzer Changelog #114](https://rust-analyzer.github.io/thisweek/2022/01/31/changelog-114.html)
* [IntelliJ Rust Changelog #164](https://intellij-rust.github.io/2022/01/31/changelog-164.html) * [IntelliJ Rust Changelog #164](https://intellij-rust.github.io/2022/01/31/changelog-164.html)
* [This week in Databend #27: an elastic and reliable cloud warehouse](https://weekly.databend.rs/2022-02-02-databend-weekly/) * [This week in Databend #27: an elastic and reliable cloud warehouse](https://weekly.databend.rs/2022-02-02-databend-weekly/)
@ -45,7 +45,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
* [Part 2: Improving crypto code in Rust using LLVMs optnone](https://blog.trailofbits.com/2022/02/01/part-2-rusty-crypto/) * [Part 2: Improving crypto code in Rust using LLVMs optnone](https://blog.trailofbits.com/2022/02/01/part-2-rusty-crypto/)
* [Writing the fastest GBDT library in Rust](https://www.tangram.dev/blog/writing_the_fastest_gbdt_library_in_rust/) * [Writing the fastest GBDT library in Rust](https://www.tangram.dev/blog/writing_the_fastest_gbdt_library_in_rust/)
* [Async Rust vs RTOS showdown!](https://tweedegolf.nl/en/blog/65/async-rust-vs-rtos-showdown) * [Async Rust vs RTOS showdown!](https://tweedegolf.nl/en/blog/65/async-rust-vs-rtos-showdown)
* [Panics vs cancellation, part 1](https://smallcultfollowing.com/babysteps//blog/2022/01/27/panics-vs-cancellation-part-1/) * [Panics vs cancellation, part 1](https://smallcultfollowing.com/babysteps/blog/2022/01/27/panics-vs-cancellation-part-1/)
* [Rust extension traits, greppability and IDEs](https://eli.thegreenplace.net/2022/rust-extension-traits-greppability-and-ides/) * [Rust extension traits, greppability and IDEs](https://eli.thegreenplace.net/2022/rust-extension-traits-greppability-and-ides/)
* [The Curious Absence of Lifetimes](https://ivkov.me/absence-of-lifetimes/) * [The Curious Absence of Lifetimes](https://ivkov.me/absence-of-lifetimes/)
* [Rust has a small standard library (and that's ok)](https://blog.nindalf.com/posts/rust-stdlib/) * [Rust has a small standard library (and that's ok)](https://blog.nindalf.com/posts/rust-stdlib/)