Skip to content

Commit 3543cde

Browse files
committed
fix docs error
1 parent da0a41c commit 3543cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ samples = hcat([transition.params for transition in chain]...)
3939
plot(samples[1,:], xlabel="Iteration", ylabel="Trace")
4040
savefig("abstractmcmc_demo.svg")
4141
```
42-
![](logdensityproblems_demo.svg)
42+
![](abstractmcmc_demo.svg)
4343

4444
### Drawing Samples From `Turing` Models
4545
`SliceSampling.jl` can also be used to sample from [Turing](https://github.com/TuringLang/Turing.jl) models through `Turing`'s `externalsampler` interface:

0 commit comments

Comments
 (0)