aboutsummaryrefslogtreecommitdiff
path: root/posts/opening-black-boxes.md
diff options
context:
space:
mode:
authorFranklin Wei <me@franklinwei.com>2026-03-30 14:54:18 -0400
committerFranklin Wei <me@franklinwei.com>2026-03-30 14:54:18 -0400
commitb84c6ff213819a053e2ac260124e5d0cd93833d0 (patch)
tree1eaca5f22d92f2087e0f29bfb7345feecb209499 /posts/opening-black-boxes.md
parentebe7b0f333a259da02a14e0f428fe3314d782762 (diff)
downloadblog-master.zip
blog-master.tar.gz
blog-master.tar.bz2
blog-master.tar.xz
Add HLV post; some misc broken link fixesHEADmaster
Diffstat (limited to '')
-rw-r--r--posts/opening-black-boxes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/opening-black-boxes.md b/posts/opening-black-boxes.md
index f776cea..17855b0 100644
--- a/posts/opening-black-boxes.md
+++ b/posts/opening-black-boxes.md
@@ -67,7 +67,7 @@ Python made things *so* much easier than C (or God forbid -- [ARM
assembly](adieu-quake.html#asm-listing)).
The heart of my program is a function,
-[`engraveLine`](https://fwei.tk/git/rastercarve/tree/src/rastercarve.py?id=c2de4a3258c3e37d4b49a41d786eef936262f137#n118) (below),
+[`engraveLine`](https://franklinwei.com/cgit/rastercarve/tree/src/rastercarve.py?id=c2de4a3258c3e37d4b49a41d786eef936262f137#n118) (below),
which outputs the G-code to engrave one "groove" across the image. It
takes in a initial position vector on the border of the image, and a
direction vector telling it which way to cut.