Skip to content

Commit a2fba64

Browse files
authored
DOC: Fix sample URL in cookbook cleaning_text.md
1 parent 05ffe61 commit a2fba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cookbook/cleaning_text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Consider the following document:
1212

1313
```{code} python
1414
# 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
15+
# !wget https://raw.githubusercontent.com/medkit-lib/medkit/main/docs/cookbook/input/text/text_to_clean.txt
1616
1717
from pathlib import Path
1818
from medkit.core.text import TextDocument

0 commit comments

Comments
 (0)