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",