From 544845a8bd1c191c67e93be67fbb57d31fbee4dc Mon Sep 17 00:00:00 2001 From: zethson Date: Thu, 16 Nov 2023 09:48:19 +0100 Subject: [PATCH] Fix tutorial link Signed-off-by: zethson --- jupyter-book/introduction/analysis_tools.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-book/introduction/analysis_tools.ipynb b/jupyter-book/introduction/analysis_tools.ipynb index c733529f..d23cc7a5 100644 --- a/jupyter-book/introduction/analysis_tools.ipynb +++ b/jupyter-book/introduction/analysis_tools.ipynb @@ -108,7 +108,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This section is inspired by AnnData's \"getting started\" tutorial: https://anndata-tutorials.readthedocs.io/en/latest/getting-started.html\n", + "This section is inspired by AnnData's \"getting started\" tutorial: https://anndata.readthedocs.io/en/latest/tutorials/notebooks/getting-started.html\n", "\n", "Let us create a simple AnnData object with sparse count information which may for example represent gene expression counts. First, we import the required packages." ]