From de6721b6825938a138943ff15cfa3bf1cc582870 Mon Sep 17 00:00:00 2001 From: Bruce Martin Date: Mon, 7 Oct 2019 11:08:18 -0700 Subject: [PATCH] fix broken link (#978) --- docs/getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 9b8229ce..9bee50d0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -45,7 +45,7 @@ To see all options call cellxgene launch --help ``` -There is an additional subcommand called `cellxgene prepare` that takes an existing dataset in one of several formats and applies minimal preprocessing and reformatting so that `launch` can use it (see [the next section](##data-formatting) for more info on `prepare`). +There is an additional subcommand called `cellxgene prepare` that takes an existing dataset in one of several formats and applies minimal preprocessing and reformatting so that `launch` can use it (see [the next section](#data-formatting) for more info on `prepare`). ## data formatting @@ -94,7 +94,6 @@ To see all options call cellxgene prepare --help ``` - ## conda and virtual environments If you use conda and want to create a conda environment for `cellxgene` you can use the following commands