summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/2021-11-28-write-your-own-ssh-tarpit-in-rust-with-async-std.php4
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>