From 6d84e937502e952b57ba48f40e1818466baa1e0a Mon Sep 17 00:00:00 2001 From: lohhiiccc <96543753+lohhiiccc@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:08:15 +0100 Subject: [PATCH] fix: dead link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4a8ef..6bb815d 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Multiple matching code blocks are concatenated with a blank line separator. ## Building c-md is self-hosted -(dogfooding)[https://en.wikipedia.org/wiki/Self-hosting_(compilers)]. The +([dogfooding](https://en.wikipedia.org/wiki/Self-hosting_(compilers))). The source code is written in `.c.md` format and requires c-md itself to build. ### First Build (Bootstrap)