From 3574418a40196385ec48b1e76c5d76d3c05c7002 Mon Sep 17 00:00:00 2001 From: James Brotchie Date: Tue, 28 Feb 2023 18:58:12 -0800 Subject: [PATCH] Fix link in summarization.md (#1344) "Utilities for working with Documents" was linking to a non-useful page. Re-linked to the utils page that includes info about working with docs. --- docs/use_cases/summarization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use_cases/summarization.md b/docs/use_cases/summarization.md index af4df1c9..00f96bb5 100644 --- a/docs/use_cases/summarization.md +++ b/docs/use_cases/summarization.md @@ -15,6 +15,6 @@ The following resources exist: - [Summarization Notebook](../modules/indexes/chain_examples/summarize.ipynb): A notebook walking through how to accomplish this task. Additional related resources include: -- [Utilities for working with Documents](../modules/utils/how_to_guides.rst): Guides on how to use several of the utilities which will prove helpful for this task, including Text Splitters (for splitting up long documents). +- [Utilities for working with Documents](../reference/utils.rst): Guides on how to use several of the utilities which will prove helpful for this task, including Text Splitters (for splitting up long documents). - [CombineDocuments Chains](../modules/indexes/combine_docs.md): A conceptual overview of specific types of chains by which you can accomplish this task. - [Data Augmented Generation](./combine_docs.md): An overview of data augmented generation, which is the general concept of combining external data with LLMs (of which this is a subset).