From 204a38744cad67adc51e9f79d57a41f7a59412df Mon Sep 17 00:00:00 2001 From: Diego Freniche Date: Wed, 27 Aug 2025 16:17:06 +0200 Subject: [PATCH] Fixed broken link to Jupyter Notebooks explanation --- docs/intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index 5888bf4..2be5c7c 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -69,7 +69,7 @@ Before implementing security measures, ensure you have: - Access to a notebook environment to install Atlas CLI on. **Recommended one of:** - - [Google colab](https://colab.research.google.com/), for general concepts: [Get yourself familiar with Jupyter Notebooks](https://mongodb-developer.github.io/vector-search-lab/docs/getting-started/jupyter-notebooks). + - [Google colab](https://colab.research.google.com/), for general concepts: [Get yourself familiar with Jupyter Notebooks](https://mongodb-developer.github.io/vector-search-lab/docs/dev-env/jupyter-notebooks). - [Github Codespaces](https://docs.github.com/en/codespaces/developing-in-a-codespace/getting-started-with-github-codespaces-for-machine-learning) - [VS Code](https://code.visualstudio.com/docs/datascience/jupyter-notebooks)