From d1a1d0cd3bca4706af473dac8d8d6867393693de Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 2 Dec 2024 12:02:53 -0500 Subject: [PATCH] Fix redirect --- content/journal/spellcheck-your-hugo-site-with-cspell/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/journal/spellcheck-your-hugo-site-with-cspell/index.md b/content/journal/spellcheck-your-hugo-site-with-cspell/index.md index e87d385..a90afab 100644 --- a/content/journal/spellcheck-your-hugo-site-with-cspell/index.md +++ b/content/journal/spellcheck-your-hugo-site-with-cspell/index.md @@ -49,7 +49,7 @@ Next, let's create a basic config file. In the root of your site, put the follow My site (especially the stuff in [/elsewhere][3] that I've mirrored from my company's website) has code snippets that the English dictionary doesn't recognize. Fortunately, CSpell ships with a bunch of [additional dictionaries][4]. Adding `"ruby"`, `"golang"`, and `"java"` to the `"dictionaries"` array makes a bunch of misspellings go away. -[3]: /elsewhere +[3]: /elsewhere/ [4]: https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries ### 4. Ignore front matter