Skip to content

Commit ede7aa5

Browse files
broken urls fixed (#493)
* temp solution * Update index.qmd * Update index.qmd --------- Co-authored-by: Hong Ge <[email protected]>
1 parent e076dcb commit ede7aa5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tutorials/00-introduction/index.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Introduction to Turing
33
engine: julia
4+
aliases:
5+
- ../
46
---
57

68
```{julia}
@@ -231,4 +233,4 @@ vline!([p_true]; label="True probability", c=:red)
231233

232234
As we can see, the samples obtained with Turing closely approximate the true posterior distribution.
233235
Hopefully this tutorial has provided an easy-to-follow, yet informative introduction to Turing's simpler applications.
234-
More advanced usage is demonstrated in other tutorials.
236+
More advanced usage is demonstrated in other tutorials.

tutorials/docs-00-getting-started/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Getting Started
33
engine: julia
4+
aliases:
5+
- ../../
46
---
57

68
```{julia}

0 commit comments

Comments
 (0)