diff --git a/tutorials/00-introduction/index.qmd b/tutorials/00-introduction/index.qmd index 729cb23b1..c65f6e71f 100755 --- a/tutorials/00-introduction/index.qmd +++ b/tutorials/00-introduction/index.qmd @@ -1,6 +1,8 @@ --- title: Introduction to Turing engine: julia +aliases: + - ../ --- ```{julia} @@ -231,4 +233,4 @@ vline!([p_true]; label="True probability", c=:red) As we can see, the samples obtained with Turing closely approximate the true posterior distribution. Hopefully this tutorial has provided an easy-to-follow, yet informative introduction to Turing's simpler applications. -More advanced usage is demonstrated in other tutorials. \ No newline at end of file +More advanced usage is demonstrated in other tutorials. diff --git a/tutorials/docs-00-getting-started/index.qmd b/tutorials/docs-00-getting-started/index.qmd index fbc99e95c..17197f977 100644 --- a/tutorials/docs-00-getting-started/index.qmd +++ b/tutorials/docs-00-getting-started/index.qmd @@ -1,6 +1,8 @@ --- title: Getting Started engine: julia +aliases: + - ../../ --- ```{julia}