Skip to content

Commit b0450b3

Browse files
committed
website: fix link in blog post
1 parent db216e8 commit b0450b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/2025-04-11-foundations-continuous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cohavoc x
3535
coassume ?!(j / N <= x && x <= (j+1) / N)
3636
```
3737

38-
We sample a random integer $j$ from the *discrete* uniform distribution over $[0,N)$ using the [built-in `unif` distribution](/docs/stdlib/distributions.md).
38+
We sample a random integer $j$ from the *discrete* uniform distribution over $[0,N)$ using the [built-in `unif` distribution](/docs/stdlib/distributions).
3939
The sampled integer $j$ is then used to select the subinterval $I = [j/N, (j+1)/N)$.
4040
To overapproximate the expected value on the subinterval $I$, we *nondeterministically* select a value $x \in I$ such that the expected value is maximized.
4141
This is done using the `cohavoc` and `coassume` statements.

0 commit comments

Comments
 (0)