From 397278c8cf0a6970a7e181c6eff09373a7bc5616 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 6 Oct 2020 17:40:17 -0400 Subject: [PATCH] Fix link to `Data.Char.Unicode.Internal` --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 9617058..e771732 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ This directory contains documentation for `unicode`. If you are interested in co ## Generating Internal Modules -The [Data.Char.Unicode.Internal](src/Data/Char/Unicode/Internal.purs) module can be generated with the following command: +The [Data.Char.Unicode.Internal](../src/Data/Char/Unicode/Internal.purs) module can be generated with the following command: ```sh $ wget 'http://www.unicode.org/Public/6.0.0/ucd/UnicodeData.txt'