From 4c60c28d0274ef37a37fd6bf6d677c77c77b348c Mon Sep 17 00:00:00 2001 From: Rodney Norris Date: Thu, 16 May 2024 10:05:19 -0500 Subject: [PATCH] fix: keyword & filtering colab link (#241) --- notebooks/search/01-keyword-querying-filtering.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/search/01-keyword-querying-filtering.ipynb b/notebooks/search/01-keyword-querying-filtering.ipynb index d848643d..fa05b7d0 100644 --- a/notebooks/search/01-keyword-querying-filtering.ipynb +++ b/notebooks/search/01-keyword-querying-filtering.ipynb @@ -8,7 +8,7 @@ "source": [ "# Keyword querying and filtering\n", "\n", - "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elasticsearch-labs/blob/main/search/01-keyword-querying-filtering.ipynb)\n", + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/search/01-keyword-querying-filtering.ipynb)\n", "\n", "This interactive notebook will introduce you to the basic Elasticsearch queries, using the official Elasticsearch Python client. Before getting started on this section you should work through our [quick start](https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/00-quick-start.ipynb), as you will be using the same dataset." ]