summaryrefslogtreecommitdiff
path: root/drafts
diff options
context:
space:
mode:
authorBrandon C. Irizarry <brandon.irizarry@gmail.com>2026-03-02 21:08:04 -0500
committerBrandon C. Irizarry <brandon.irizarry@gmail.com>2026-03-02 21:08:04 -0500
commit4bb9e7be572cfd766d591120967adbc218ce7cae (patch)
tree50aeb4111caa5682b494252c032fdb38bb8e02bf /drafts
parent8a1c3a76678a213c43b7a4c59acf8b7fbbe8bd48 (diff)
Use internal link to blog post instead of Web URL
Diffstat (limited to 'drafts')
-rw-r--r--drafts/posts/smoothing-over-more-markdown-pain-points.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/drafts/posts/smoothing-over-more-markdown-pain-points.md b/drafts/posts/smoothing-over-more-markdown-pain-points.md
index ac853be..42f9e91 100644
--- a/drafts/posts/smoothing-over-more-markdown-pain-points.md
+++ b/drafts/posts/smoothing-over-more-markdown-pain-points.md
@@ -27,7 +27,7 @@ Emacs Lisp. Emacs Lisp, or Elisp for short, is the Emacs editor's
extension language: the language you use to write Emacs plugins.
# Elisp For The Win
-[Having written](https://brandonirizarry.xyz/blog/writing_my_blog_with_eleventy/#introduction) about my zany Elisp-based Java build system made
+[Having written](2025-12-03) about my zany Elisp-based Java build system made
me recall those times: I could once again rise to the challenge, and
solve this new problem with Elisp. That's exactly what I did. I wrote
two functions, `bcimd-generate-toc` and `bcimd-remove-toc`. The first