Skip to content

Commit 9a19a37

Browse files
authored
Fix link in docs main page (#331)
1 parent 8463fd6 commit 9a19a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package implements a set of functions for transforming constrained random v
99
5. `PDMatDistribution`: `Union{InverseWishart, Wishart}`, and
1010
6. `TransformDistribution`: `Union{T, Truncated{T}} where T<:ContinuousUnivariateDistribution`.
1111

12-
All exported names from the [Distributions.jl](https://github.com/TuringLang/Bijectors.jl) package are reexported from `Bijectors`.
12+
All exported names from the [Distributions.jl](https://juliastats.org/Distributions.jl/stable/) package are reexported from `Bijectors`.
1313

1414
Bijectors.jl also provides a nice interface for working with these maps: composition, inversion, etc.
1515
The following table lists mathematical operations for a bijector and the corresponding code in Bijectors.jl.

0 commit comments

Comments
 (0)