We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ffe61 commit a2fba64Copy full SHA for a2fba64
docs/cookbook/cleaning_text.md
@@ -12,7 +12,7 @@ Consider the following document:
12
13
```{code} python
14
# You can download the file available in source code
15
-# !wget https://raw.githubusercontent.com/medkit-lib/medkit/main/docs/examples/input/text/text_to_clean.txt
+# !wget https://raw.githubusercontent.com/medkit-lib/medkit/main/docs/cookbook/input/text/text_to_clean.txt
16
17
from pathlib import Path
18
from medkit.core.text import TextDocument
0 commit comments