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 | |
parent | a2314a24ac17afdc23aa69ef750e455df9784d8a (diff) | |
download | 53hor-af68c058582103a0d255674bc250f0ea8df63596.tar.xz 53hor-af68c058582103a0d255674bc250f0ea8df63596.zip |
fix: update git url for cgit
-rw-r--r-- | assets/cv.html | 2 | ||||
-rw-r--r-- | includes/nav.php | 2 | ||||
-rw-r--r-- | posts/2021-11-28-write-your-own-ssh-tarpit-in-rust-with-async-std.php | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/assets/cv.html b/assets/cv.html index a332f0d..5c78370 100644 --- a/assets/cv.html +++ b/assets/cv.html @@ -5,7 +5,7 @@ <label for="www">WWW</label> <a id="www" href="https://www.53hor.net/hireme">www.53hor.net</a> <label for="git">Git</label> -<a id="git" target="_blank" href="https://git.53hor.net/explore/repos" +<a id="git" target="_blank" href="https://git.53hor.net/" >git.53hor.net</a > <!--<label for="cv">CV</label> diff --git a/includes/nav.php b/includes/nav.php index 26f3913..ca5ec25 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -43,7 +43,7 @@ </a> </li> <li> - <a target="_blank" href="https://git.53hor.net/explore/repos"> + <a target="_blank" href="https://git.53hor.net/"> <svg viewBox="0 0 24 24"> <path d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z" /> </svg> 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> |