fix broken link in docs

This commit is contained in:
Vyacheslav Matyukhin 2022-10-07 02:20:33 +04:00
parent 9107b241f5
commit 0ab03eca96
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -181,7 +181,7 @@ The `sample(distribution)` samples a given distribution.
## Converting between distribution formats
Recall the [three formats of distributions](/docs/Discussions/Three-Types-Of-Distributions). We can force any distribution into `SampleSet` format
Recall the [three formats of distributions](/docs/Discussions/Three-Formats-Of-Distributions). We can force any distribution into `SampleSet` format
<SquiggleEditor defaultCode="SampleSet.fromDist(normal(5, 10))" />