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