Skip to content

Commit

Permalink
Fix two internal links (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru authored Jun 4, 2024
1 parent 0ca8c7d commit 1f0dc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/docs-14-using-turing-quick-start/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1f0dc37

Please sign in to comment.