Skip to content

Commit b5137b3

Browse files
committed
add a link in the docs
1 parent fa759d3 commit b5137b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ref/distributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gen provides a library of built-in probability distributions, and three ways of
44
defining custom distributions, each of which are explained below:
55

6-
1. The `@dist` constructor, for a distribution that can be expressed as a
6+
1. The [`@dist` constructor](@ref dist_dsl), for a distribution that can be expressed as a
77
simple deterministic transformation (technically, a
88
[pushforward](https://en.wikipedia.org/wiki/Pushforward_measure)) of an
99
existing distribution.

0 commit comments

Comments
 (0)