Skip to content

Commit 6e74153

Browse files
authored
Update docling.md old links (#320)
1 parent fe15842 commit 6e74153

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integrations/docling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ toc: true
2626
document formats into a rich standardized representation (incl. layout, tables etc.),
2727
which it can then export to Markdown, JSON, and others.
2828

29-
Check out the [Docling docs](https://ds4sd.github.io/docling/) for more details.
29+
Check out the [Docling docs](https://docling-project.github.io/docling/) for more details.
3030

3131
This integration introduces Docling support, enabling Haystack users to:
3232
- use various document types in LLM applications with ease and speed, and
@@ -54,8 +54,8 @@ argument further below.
5454

5555
`DoclingConverter` creation can be parametrized via the following `__init__()`
5656
arguments, most of which refer to the initialization and usage of the underlying Docling
57-
[`DocumentConverter`](https://ds4sd.github.io/docling/usage/) and
58-
[chunker](https://ds4sd.github.io/docling/concepts/chunking/) instances:
57+
[`DocumentConverter`](https://docling-project.github.io/docling/usage/) and
58+
[chunker](https://docling-project.github.io/docling/concepts/chunking/) instances:
5959

6060
- `converter`: The Docling `DocumentConverter` to use; if not set, a system default is
6161
used.
@@ -86,7 +86,7 @@ print(repr(documents[2].content))
8686

8787
#### In a Pipeline
8888

89-
Check out [this notebook](https://ds4sd.github.io/docling/examples/rag_haystack/)
89+
Check out [this notebook](https://docling-project.github.io/docling/examples/rag_haystack/)
9090
illustrating usage in a complete example with indexing and RAG pipelines.
9191

9292
### License

0 commit comments

Comments
 (0)