From d907390f2edaf9ea7cbc4f76d6bb9349ac74616c Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 16 Nov 2023 15:56:30 -0500 Subject: [PATCH] Fix GH link --- .../journal/keep-markdown-links-in-order-with-mdrenum/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/journal/keep-markdown-links-in-order-with-mdrenum/index.md b/content/journal/keep-markdown-links-in-order-with-mdrenum/index.md index 76330e8..24af0e8 100644 --- a/content/journal/keep-markdown-links-in-order-with-mdrenum/index.md +++ b/content/journal/keep-markdown-links-in-order-with-mdrenum/index.md @@ -81,7 +81,7 @@ auto-format = true formatter = { command = "mdrenum" , args = ["--stdin"] } ``` -[22]: https://github.com/dce/mdrenum/blob/main/src/cli.ts#L7-L18 +[22]: https://github.com/dce/mdrenum/blob/42c28c1e4b964ebc348a2fef54daa3be51824a90/src/cli.ts#L6-L15 This totally works, and I'll say that it's uniquely satisfying to save a document and see the link numbers get instantly reordered properly. I've done it probably 100 times in the course of writing this post.