diff --git a/tutorials/00-introduction/00_introduction.jmd b/tutorials/00-introduction/00_introduction.jmd index 8393c4d88..c3207c0d8 100644 --- a/tutorials/00-introduction/00_introduction.jmd +++ b/tutorials/00-introduction/00_introduction.jmd @@ -179,7 +179,7 @@ rand(coinflip(; N)) ``` The model can be conditioned on some observations with `|`. -See the [documentation of the `condition` syntax](https://turinglang.github.io/DynamicPPL.jl/stable/api/#Condition-and-decondition) in DynamicPPL.jl for more details. +See the [documentation of the `condition` syntax](https://turinglang.github.io/DynamicPPL.jl/stable/api/#Condition-and-decondition) in `DynamicPPL.jl` for more details. In the conditioned `model` the observations `y` are fixed to `data`. ```julia