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." ]