From 36461287e21f9ac3f803d1920e56c96432646c09 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 4 Mar 2024 16:55:51 +0100 Subject: [PATCH] #33: Documentation updates --- docs/_posts/2024-01-11-jactl-2.0.0-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2024-01-11-jactl-2.0.0-release.md b/docs/_posts/2024-01-11-jactl-2.0.0-release.md index f8fe0cb..18a44df 100644 --- a/docs/_posts/2024-01-11-jactl-2.0.0-release.md +++ b/docs/_posts/2024-01-11-jactl-2.0.0-release.md @@ -84,7 +84,7 @@ switch (x) { } ``` -See [Blog Post on Pattern Matching and Destructuring](https://jactl.io/blog/2023/12/21/switch-expressions.html)] for +See blog post on [Pattern Matching and Destructuring](https://jactl.io/blog/2023/12/21/switch-expressions.html) for more details and examples. ### Support for Named Constants ([#51](https://github.com/jaccomoc/jactl/issues/51))