From a86847417781239ce3ce98cd6560f4294cd15263 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 20 Jul 2024 19:26:24 +0100 Subject: [PATCH] posts: gap-buffer: fix typo --- content/posts/2024-07-06-gap-buffer/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2024-07-06-gap-buffer/index.md b/content/posts/2024-07-06-gap-buffer/index.md index 763628d..f786f91 100644 --- a/content/posts/2024-07-06-gap-buffer/index.md +++ b/content/posts/2024-07-06-gap-buffer/index.md @@ -37,7 +37,7 @@ shorter/longer as required. ## Implementation I'll be writing a sample implementation in Python, as with the rest of the -[series]({{< ref "/series/cool-algorithms/">}}). I don't think it showcases the +[series]({{< ref "/series/cool-algorithms/" >}}). I don't think it showcases the elegance of the _Gap Buffer_ in action like a C implementation full of `memmove`s would, but it does makes it short and sweet.