Skip to content

Commit d690671

Browse files
committed
add missing ref
1 parent 514598a commit d690671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_simulation/finite_state_projection_simulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ for endpoint in esol
183183
end
184184
heatmap(0:24, 0:24, ss_jump ./length(esol); xguide = "X₂", yguide = "X")
185185
```
186-
Here we used an ensemble [output function]() to only save the final state of each simulation (and then plot these using `heatmap`).
186+
Here we used an ensemble [output function](@ref activation_time_distribution_measurement) to only save the final state of each simulation (and then plot these using `heatmap`).
187187

188188

189189
---

0 commit comments

Comments
 (0)