Skip to content

Commit

Permalink
Update quick-start.md (#1678)
Browse files Browse the repository at this point in the history
Fix nbviewer link to introductory Jupyter notebook.
  • Loading branch information
pitmonticone committed Aug 9, 2021
1 parent 48a0fcc commit a5366d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/using-turing/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you are already well-versed in probabilistic programming and just want to tak
This example can be run on however you have Julia installed (see [Getting Started]({{site.baseurl}}/docs/using-turing/get-started)), but you will need to install the packages `Turing` and `StatsPlots` if you have not done so already.


This is an excerpt from a more formal example introducing probabilistic programming which can be found in Jupyter notebook form [here](https://nbviewer.jupyter.org/github/TuringLang/TuringTutorials/blob/master/0_Introduction.ipynb) or as part of the documentation website [here]({{site.baseurl}}/tutorials).
This is an excerpt from a more formal example introducing probabilistic programming which can be found in Jupyter notebook form [here](https://nbviewer.jupyter.org/github/TuringLang/TuringTutorials/blob/master/notebook/00-introduction/00_introduction.ipynb) or as part of the documentation website [here]({{site.baseurl}}/tutorials).


```julia
Expand Down

0 comments on commit a5366d5

Please sign in to comment.