diff options
author | 53hornet <atc@53hor.net> | 2022-01-18 09:20:09 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2022-01-18 09:20:09 -0500 |
commit | af68c058582103a0d255674bc250f0ea8df63596 (patch) | |
tree | 7dd86293d92b28e0e0ae037741ddf2ec105fa1f8 /posts | |
parent | a2314a24ac17afdc23aa69ef750e455df9784d8a (diff) | |
download | 53hor-af68c058582103a0d255674bc250f0ea8df63596.tar.xz 53hor-af68c058582103a0d255674bc250f0ea8df63596.zip |
fix: update git url for cgit
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2021-11-28-write-your-own-ssh-tarpit-in-rust-with-async-std.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2021-11-28-write-your-own-ssh-tarpit-in-rust-with-async-std.php b/posts/2021-11-28-write-your-own-ssh-tarpit-in-rust-with-async-std.php index 9a58b6c..641c4fd 100644 --- a/posts/2021-11-28-write-your-own-ssh-tarpit-in-rust-with-async-std.php +++ b/posts/2021-11-28-write-your-own-ssh-tarpit-in-rust-with-async-std.php @@ -45,7 +45,7 @@ </p> <p> - <a href="https://git.53hor.net/53hornet/fortune-pit/src/commit/4fa2c2a100dba6b264cc232963f6d797ffb671cf/Cargo.toml">Cargo.toml:</a> + <a href="https://git.53hor.net/53hornet/fortune-pit/tree/Cargo.toml?id=ee0cf0bb9ccee29a5ac7f8cdc1bfd43dde8b8791">Cargo.toml:</a> <pre> <code> [package] @@ -221,7 +221,7 @@ Note: I'm using an <code>Arc</code> so that all of my asynchronous tasks can rea <h2>Altogether Now</h2> -<a href="https://git.53hor.net/53hornet/fortune-pit/src/commit/ee0cf0bb9ccee29a5ac7f8cdc1bfd43dde8b8791/src/main.rs">Here is the entire program (click for Git)</a>. +<a href="https://git.53hor.net/53hornet/fortune-pit/tree/src/main.rs?id=ee0cf0bb9ccee29a5ac7f8cdc1bfd43dde8b8791">Here is the entire program (click for Git)</a>. <pre> <code> |