Skip to content

Commit e84b9be

Browse files
authored
Fix broken link in partitioning.mdx (#317)
1 parent 4f7f6a2 commit e84b9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open-source/core-functionality/partitioning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ elements = partition_html(url="https://python.org/", ssl_verify=False)
298298

299299
```
300300

301-
For more information about the `partition_html` function, you can check the [source code here](https://github.com/Unstructured-IO/unstructured/blob/main/unstructured/partition/html.py).
301+
For more information about the `partition_html` function, you can check the [source code](https://github.com/Unstructured-IO/unstructured/blob/main/unstructured/partition/html/partition.py).
302302

303303
## `partition_image`
304304

0 commit comments

Comments
 (0)