From 96342e633d44c0f5b260441bdff5e188fe6e91ca Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Fri, 7 Aug 2020 23:29:43 +0200 Subject: [PATCH] Fix another broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0240662f..92ba23a7 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ On Linux, 2.0.0 also works fine. If no external spell checking tool is installed, novelWriter will use a basic spell checker based on standard Python package `difflib`. Currently, only English dictionaries are available for this spell checker, but more can be added to the `nw/assets/dict` folder. -See the [nw/assets/dict/README.md](README.md) file in that folder for how to generate more dictionaries. +See the [README.md](nw/assets/dict/README.md) file in that folder for how to generate more dictionaries. Note that the difflib-based option is both slow and limited. Note: On Windows, make sure Python3 is in your PATH if you want to launch novelWriter from command line.