From 68b4d97066486b6be5e0efcf2737859fc55ef6e1 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Tue, 19 Jun 2018 07:37:51 -0700 Subject: [PATCH] fix tutorial links on index --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 36e5dec482..fc6bc1da44 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -26,7 +26,7 @@ software and the `mash paper (Ondov et al., 2016) `__ for background information on how and why MinHash sketches work. -We have two tutorials available: one on `genome and metagenome searching `__, and one on `taxonomic analysis `__. +We have two tutorials available: one on `genome and metagenome searching `__, and one on `taxonomic analysis `__. ----