From 321117014dbd9a7a93208ec65253587b2b923042 Mon Sep 17 00:00:00 2001 From: Ali <47180374+iAliJ@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:51:15 +0300 Subject: [PATCH] Fix broken link in notebook README.md (#23980) replace the old jupyter notebook link with a new working link --- extensions/notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/notebook/README.md b/extensions/notebook/README.md index 12b2147c22..3950d12996 100644 --- a/extensions/notebook/README.md +++ b/extensions/notebook/README.md @@ -6,7 +6,7 @@ Welcome to the Notebook extension for Azure Data Studio! This extension supports Jupyter Book allows opening a single "Book" of related notebooks and markdown files. This feature will work if you open any Book folder in Azure Data Studio. -Download a [sample book](https://github.com/jupyter/jupyter-book) and open folder in Azure Data Studio to get started. You can learn more about Books on the [Jupyter Book homepage](https://jupyter.org/jupyter-book/intro.html). +Download a [sample book](https://github.com/jupyter/jupyter-book) and open folder in Azure Data Studio to get started. You can learn more about Books on the [Jupyter Book homepage](https://docs.jupyter.org/en/latest/#what-is-a-notebook). ## Code of Conduct