Skip to content

Commit e00f79d

Browse files
authored
Fix a couple more broken links (#540)
1 parent 8238df4 commit e00f79d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: _quarto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ probabilistic-pca: tutorials/11-probabilistic-pca
181181
gplvm: tutorials/12-gplvm
182182
seasonal-time-series: tutorials/13-seasonal-time-series
183183
contexts: tutorials/16-contexts
184-
miniature: tutorial/14-minituring
184+
minituring: tutorial/14-minituring
185185
contributing-guide: tutorials/docs-01-contributing-guide
186186
using-turing-abstractmcmc: tutorials/docs-04-for-developers-abstractmc-turing
187187
using-turing-compiler: tutorials/docs-05-for-developers-compiler

Diff for: tutorials/16-contexts/index.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ using Pkg;
1010
Pkg.instantiate();
1111
```
1212

13-
In the [Mini Turing](../14-minituring) tutorial we developed a miniature version of the Turing language, to illustrate its core design. A passing mention was made of contexts. In this tutorial we develop that aspect of our mini Turing language further to demonstrate how and why contexts are an important part of Turing's design.
13+
In the [Mini Turing]({{< meta minituring >}}) tutorial we developed a miniature version of the Turing language, to illustrate its core design. A passing mention was made of contexts. In this tutorial we develop that aspect of our mini Turing language further to demonstrate how and why contexts are an important part of Turing's design.
1414

1515
# Mini Turing expanded, now with more contexts
1616

17-
If you haven't read [Mini Turing](../14-minituring) yet, you should do that first. We start by repeating verbatim much of the code from there. Define the type for holding values for variables:
17+
If you haven't read [Mini Turing]({{< meta minituring >}}t) yet, you should do that first. We start by repeating verbatim much of the code from there. Define the type for holding values for variables:
1818

1919
```{julia}
2020
import MacroTools, Random, AbstractMCMC

Diff for: tutorials/docs-04-for-developers-abstractmcmc-turing/index.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using Pkg;
1010
Pkg.instantiate();
1111
```
1212

13-
Prerequisite: [Interface guide](../{{<meta using-turing-interface>}}).
13+
Prerequisite: [Interface guide]({{<meta using-turing-interface>}}).
1414

1515
## Introduction
1616

0 commit comments

Comments
 (0)