Skip to content

Commit 175b388

Browse files
committed
Add aspell link
1 parent 0e09683 commit 175b388

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $ make
112112
This will make sure that JSON and Markdown files compile and that all
113113
text files have no typos.
114114

115-
You need to install a few Ruby gems and [Aspell][han] to run these checks.
115+
You need to install a few Ruby gems and [Aspell][aspell] to run these checks.
116116
The gems are listed in the `.gems` file. Install them with the
117117
following command:
118118

@@ -121,3 +121,5 @@ $ gem install $(sed -e 's/ -v /:/' .gems)
121121
```
122122

123123
The spell checking exceptions should be added to `./wordlist`.
124+
125+
[aspell]: http://aspell.net/

0 commit comments

Comments
 (0)