From bd4f9af8bedbdd52b71052beb3280b5485d845f0 Mon Sep 17 00:00:00 2001 From: Altana Namsaraeva <99650244+namsaraeva@users.noreply.github.com> Date: Thu, 8 Dec 2022 10:19:21 +0100 Subject: [PATCH] Update getting-started.ipynb --- getting-started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.ipynb b/getting-started.ipynb index 0051292..003d2b6 100644 --- a/getting-started.ipynb +++ b/getting-started.ipynb @@ -31,7 +31,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In this tutorial, we introduce basic properties of the central object, [AnnData](http://anndata.readthedocs.io/en/latest/anndata.AnnData.html) (\"Annotated Data\").\n", + "In this tutorial, we introduce basic properties of the central object, [AnnData](https://anndata.readthedocs.io/en/latest/generated/anndata.AnnData.html) (\"Annotated Data\").\n", "\n", "`AnnData` is specifically designed for matrix-like data. By this we mean that we have $n$ observations, each of which can be represented as $d$-dimensional vectors, where each dimension corresponds to a variable or feature. Both the rows and columns of this $n \\times d$ matrix are special in the sense that they are indexed.\n", "\n",