Skip to content

Commit

Permalink
broken urls fixed (#493)
Browse files Browse the repository at this point in the history
* temp solution

* Update index.qmd

* Update index.qmd

---------

Co-authored-by: Hong Ge <[email protected]>
  • Loading branch information
shravanngoswamii and yebai authored Jul 17, 2024
1 parent e076dcb commit ede7aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/00-introduction/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Introduction to Turing
engine: julia
aliases:
- ../
---

```{julia}
Expand Down Expand Up @@ -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.
More advanced usage is demonstrated in other tutorials.
2 changes: 2 additions & 0 deletions tutorials/docs-00-getting-started/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Getting Started
engine: julia
aliases:
- ../../
---

```{julia}
Expand Down

0 comments on commit ede7aa5

Please sign in to comment.