Skip to content

Commit 75bba13

Browse files
authored
Fix link in README.
1 parent 29b7e22 commit 75bba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ julia> rand(:x, gaussian_mixture, [1, 10])
3232

3333
By default, the addresses (`:x`, `:z`, `:k` and `:perm` in the examples above)
3434
are ignored, but they can be intercepted via meta-programming
35-
(see [`Genify.jl`](https://github.com/probcomp/Genify.jl])) to support inference
35+
(see [`Genify.jl`](https://github.com/probcomp/Genify.jl)) to support inference
3636
in probabilistic programming systems such as [`Gen`](https://www.gen.dev/).
3737
Addresses can be specified as `Symbol`s, or as pairs from symbols
3838
to other types (`Pair{Symbol,<:Any}`).

0 commit comments

Comments
 (0)