From e3c2c8e782b6982967f94871228b47c52071fd5f Mon Sep 17 00:00:00 2001 From: Hong Ge Date: Fri, 18 Jan 2019 00:01:12 +0000 Subject: [PATCH] Fix a typo in link. --- docs/src/_tutorials/tutorials-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/_tutorials/tutorials-index.md b/docs/src/_tutorials/tutorials-index.md index f9e0bb91b..7dcd06cc5 100644 --- a/docs/src/_tutorials/tutorials-index.md +++ b/docs/src/_tutorials/tutorials-index.md @@ -8,6 +8,6 @@ This section contains tutorials on how to implement common models in Turing. If A list of all the tutorials available can be found to the left. The [introduction]({{site.baseurl}}/tutorials/0-introduction/) tutorial contains an introduction to coin flipping with Turing and a brief overview of probabalistic programming. -Tutorials are under continuous development, but there are some older version available at the TuringTutorials within the [`old-notebooks`](https://github.com/TuringLang/TuringTutorialstree/master/old-notebooks/) section. Some of these were built using prior versions of Turing and may not function correctly, but they can assist in the syntax used for common models. +Tutorials are under continuous development, but there are some older version available at the TuringTutorials within the [`old-notebooks`](https://github.com/TuringLang/TuringTutorials/tree/master/old-notebooks/) section. Some of these were built using prior versions of Turing and may not function correctly, but they can assist in the syntax used for common models. If there is a tutorial you would like to request, please open an issue on the [TuringTutorials](https://github.com/TuringLang/TuringTutorials) repository.