summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-25 04:52:52 -0800
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-25 04:52:52 -0800
commitadd7059eb88eb5b9a6acbccadb1ab191858a1d3c (patch)
tree8dc3d1d3fbe10447dc5f5a0dad79fa3e8708c917
parent2aa00e36df0624614645fdf5bc17a11869ad71c5 (diff)
fixed links II
-rw-r--r--cont/unihome.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/cont/unihome.html b/cont/unihome.html
index ec7e540..6adb2f1 100644
--- a/cont/unihome.html
+++ b/cont/unihome.html
@@ -53,7 +53,7 @@ rendered braille character.
I also wrote some code to take commands that draw in the raw pixel buffer as
well.
-code <a href="https://hairydiode.xyz/cgit/bbrll/tree/bbrll">here</a>
+code <a href="https://hairydiode.xyz/cgit/bbrll.git/tree/bbrll">here</a>
----------------=[Part 2, Rendering BDF fonts with only busybox]=---------------
BDF is a human legible bitmap font format where each character entry looks like:
@@ -80,7 +80,7 @@ converted to hex. You can tell if we convert the hex to binary, it will be the
script to find the relevant bitmap lines, then convert to binary and display it
with previous braille display script.
-Complete Character Display code <a href="https://hairydiode.xyz/cgit/bbrll/tree/fontd">here</a>
+Complete Character Display code <a href="https://hairydiode.xyz/cgit/bbrll.git/tree/fontd">here</a>
-------------------------=[Part 3. UTF-8 Shenanigans.]=-------------------------
One annoying thing about utf-8, is that if you want to get the codepoint of a
@@ -96,7 +96,7 @@ surprisingly convoluted procedure in bash.
All this is done in a wrapper script that displays all the input from stdin and
displays it using all the fonts in a directory given as its argument
-wrapper script code <a href="https://hairydiode.xyz/cgit/bbrll/tree/fontd">here</a>
+wrapper script code <a href="https://hairydiode.xyz/cgit/bbrll.git/tree/fontd">here</a>
----------------------------=[Part 4. Practical Use]=---------------------------
So remember the janky bash based IM from last time? I modified it to use the