From a49f20be05fa86e4cd7a80d6e6bf8cd5d3e7dc6e Mon Sep 17 00:00:00 2001 From: Markus Hauru Date: Tue, 4 Jun 2024 18:52:22 +0100 Subject: [PATCH] Fix two internal links --- tutorials/docs-14-using-turing-quick-start/index.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/docs-14-using-turing-quick-start/index.qmd b/tutorials/docs-14-using-turing-quick-start/index.qmd index 6b3950c20..67d848752 100755 --- a/tutorials/docs-14-using-turing-quick-start/index.qmd +++ b/tutorials/docs-14-using-turing-quick-start/index.qmd @@ -13,9 +13,9 @@ Pkg.instantiate(); If you are already well-versed in probabilistic programming and want to take a quick look at how Turing's syntax works or otherwise just want a model to start with, we have provided a complete Bayesian coin-flipping model below. -This example can be run wherever you have Julia installed (see [Getting Started]({{< meta site-url >}}/dev/docs/using-turing/getting-started/), but you will need to install the packages `Turing` and `StatsPlots` if you have not done so already. +This example can be run wherever you have Julia installed (see [Getting Started](../docs-00-getting-started/index.qmd), 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 which can be found in the documentation website [here]({{< meta site-url >}}/dev/docs/tutorials/introduction/). +This is an excerpt from a more formal example which can be found [here](../00-introduction/index.qmd). ## Import Libraries ```{julia}