Skip to content

Commit 1f0dc37

Browse files
authored
Fix two internal links (#472)
1 parent 0ca8c7d commit 1f0dc37

File tree

1 file changed

+2
-2
lines changed
  • tutorials/docs-14-using-turing-quick-start

1 file changed

+2
-2
lines changed

tutorials/docs-14-using-turing-quick-start/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Pkg.instantiate();
1313

1414
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.
1515

16-
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.
16+
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.
1717

18-
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/).
18+
This is an excerpt from a more formal example which can be found [here](../00-introduction/index.qmd).
1919

2020
## Import Libraries
2121
```{julia}

0 commit comments

Comments
 (0)