Skip to content

Commit a3e04ec

Browse files
committed
fix links
1 parent a443f4f commit a3e04ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/reference-manual/blocks.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ in the `transformed data` block.
394394
The statements in the transformed data block are designed to be
395395
executed once and have a deterministic result. Therefore, log
396396
probability is not accumulated and
397-
[statements.qmd#distribution-statements.section](distribution statements)
397+
[distribution statements](statements.qmd#distribution-statements.section)
398398
may not be used.
399399

400400

src/reference-manual/statements.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ the function `target()` may be used.
369369
## Sampling statements {#sampling-statements.section}
370370

371371
The term "sampling statement" has been replaced with
372-
[#distribution-statements.section](distribution statement).
372+
[distribution statement](#distribution-statements.section).
373373

374374
## Distribution statements {#distribution-statements.section}
375375

@@ -514,7 +514,7 @@ the exact log probability values for the model. Otherwise, the
514514
distribution statement form will be faster if any of the input expressions,
515515
`y`, `mu`, or `sigma`, involve only constants, data
516516
variables, and transformed data variables. See the section
517-
[#built-in-distributions](Built in distributions) above discussing
517+
[Built in distributions](#built-in-distributions) above discussing
518518
`_lupdf` and `_lupmf` functions that also drops all the constant terms.
519519

520520

0 commit comments

Comments
 (0)