Skip to content

Commit 431fbdb

Browse files
committed
[docs] fix links which have been redirected by renames
[skip ci]
1 parent 9c2f656 commit 431fbdb

File tree

1 file changed

+3
-3
lines changed
  • src/jupyter_contrib_nbextensions/nbextensions/spellchecker

1 file changed

+3
-3
lines changed

src/jupyter_contrib_nbextensions/nbextensions/spellchecker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ spelled words in Markdown and Raw cells:
77
![screenshot.png](./screenshot.png)
88

99
It was inspired in part by
10-
[NextStepWebs/codemirror-spell-checker](https://github.com/NextStepWebs/codemirror-spell-checker/blob/78773ebdd6c8cf8acd043342023636ae345ca0f3/src/js/spell-checker.js)
10+
[sparksuite/codemirror-spell-checker](https://github.com/sparksuite/codemirror-spell-checker/blob/78773ebdd6c8cf8acd043342023636ae345ca0f3/src/js/spell-checker.js)
1111
at the
1212
[suggestion](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/521)
13-
of [@JanSchulz](https://github.com/JanSchulz).
13+
of [@jankatins](https://github.com/jankatins).
1414

1515

1616
Spellchecking
@@ -30,7 +30,7 @@ Dictionaries
3030
The dictionaries used by the nbextension are fetched according to the
3131
parameters stored in config. To keep this repository lightweight, no
3232
dictionaries are incuded, and by default the nbextension fetches an `en_US`
33-
dictionary from the [jsdelivr.net cdn](https://cdn.jsdelivr.net).
33+
dictionary from the [jsdelivr.net cdn](https://www.jsdelivr.com/).
3434
However, you can also add your own dictionaries for other languages, or to
3535
remove dependency on the cdn (and thus make the nbextension usable offline).
3636
To use your own dictionary, you'll need to alter the `.aff` and `.dic` urls in

0 commit comments

Comments
 (0)