From acc2c87216bdf6d858dfe4002189b4a7d1e47b97 Mon Sep 17 00:00:00 2001
From: Pringled <thomas123@live.nl>
Date: Fri, 22 Nov 2024 16:07:30 +0100
Subject: [PATCH] Updated readme

---
 tutorials/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/README.md b/tutorials/README.md
index f11dfa1..41a6cdf 100644
--- a/tutorials/README.md
+++ b/tutorials/README.md
@@ -13,4 +13,4 @@ This is a list of all our tutorials. They are all self-contained ipython noteboo
 |--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------|
 | **Recipe search** 🍝 | Learn how to do lightning-fast semantic search by distilling a small model. Compare a really tiny model to a larger with one with a better vocabulary. Learn what Fattoush is (delicious). | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/minishlab/model2vec/blob/master/tutorials/recipe_search.ipynb)     |
 | **Semantic deduplication** 🧹 | Learn how Model2Vec can be used to detect duplicate texts. Clean your dataset efficiently by finding both exact and semantic duplicates. Detect train-test leakage. | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/minishlab/model2vec/blob/master/tutorials/semantic_deduplication.ipynb) |
-| **Semantic chunking** 🧩 | Learn how to chunk your text into meaningful segments with [Chonkie](https://github.com/bhavnicksm/chonkie) at lightning-speed. Efficiently query you chunks with [Vicinity](https://github.com/MinishLab/vicinity) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/minishlab/model2vec/blob/master/tutorials/semantic_chunking.ipynb) |
+| **Semantic chunking** 🧩 | Learn how to chunk your text into meaningful segments with [Chonkie](https://github.com/bhavnicksm/chonkie) at lightning-speed. Efficiently query your chunks with [Vicinity].(https://github.com/MinishLab/vicinity) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/minishlab/model2vec/blob/master/tutorials/semantic_chunking.ipynb) |