From 525db1b6cbb3d3db20a87dff9e841db7c51b9a85 Mon Sep 17 00:00:00 2001 From: Akash Sharma <35839624+Adaverse@users.noreply.github.com> Date: Thu, 4 May 2023 03:15:54 +0530 Subject: [PATCH] Fixed typo leading to broken link (#4034) --- docs/modules/indexes/text_splitters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/indexes/text_splitters.rst b/docs/modules/indexes/text_splitters.rst index ec020e57..5c256f6d 100644 --- a/docs/modules/indexes/text_splitters.rst +++ b/docs/modules/indexes/text_splitters.rst @@ -2,7 +2,7 @@ Text Splitters ========================== .. note:: - `Conceptual Guide `_ + `Conceptual Guide `_ When you want to deal with long pieces of text, it is necessary to split up that text into chunks. @@ -38,4 +38,4 @@ Please see below for that list. :maxdepth: 1 :glob: - ./text_splitters/examples/* \ No newline at end of file + ./text_splitters/examples/*