diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2021-12-31-tiny-binaries.md | 2 | ||||
-rw-r--r-- | content/posts/2022-03-02-tiny-binaries-redux.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md index d965c2e..26eec4d 100644 --- a/content/posts/2021-12-31-tiny-binaries.md +++ b/content/posts/2021-12-31-tiny-binaries.md @@ -77,4 +77,4 @@ binaries][rust-strip]. [rust-strip]: https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html#creating-stripped-binaries "Creating stripped binaries section of Rust 1.59.0 release announcement." [tb-redux]: {{< ref "2022-03-02-tiny-binaries-redux.md" >}} - "Tiny Binaries Redux post." + "Tiny Binaries Redux post with Go 1.18rc1, Rust 1.59, and TinyGo 0.22.0." diff --git a/content/posts/2022-03-02-tiny-binaries-redux.md b/content/posts/2022-03-02-tiny-binaries-redux.md index 075b753..2596ace 100644 --- a/content/posts/2022-03-02-tiny-binaries-redux.md +++ b/content/posts/2022-03-02-tiny-binaries-redux.md @@ -35,7 +35,7 @@ and a table of results. "Tiny Binaries GitHub repository" [rust]: https://www.rust-lang.org/ "Rust programming language" -[rust 1.59]: https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html +[rust 1.57]: https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html "Rust 1.57.0 release announcement." [rust 1.59]: https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html "Rust 1.59.0 release announcement." |