Skip to content

Commit 5071073

Browse files
authored
Fix broken links and empty cell (#415)
* Update quick-start.jmd * Update performancetips.jmd
1 parent 20b14a6 commit 5071073

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tutorials/docs-13-using-turing-performance-tips/performancetips.jmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,3 @@ Then define the `Turing` model using the new functions as such:
164164
return x .~ Normal(c, d)
165165
end
166166
```
167-
168-
```julia
169-
170-
```

tutorials/docs-14-using-turing-quick-start/quick-start.jmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Quickstart
3-
permalink: /docs/using-turing/quickstart
3+
permalink: /docs/using-turing/quick-start
44
redirect_from: docs/1-quickstart/
55
weave_options:
66
error : false
77
---
88

99
# Probabilistic Programming in Thirty Seconds
1010

11-
If you are already well-versed in probabilistic programming and just want to take a quick look at how Turing's syntax works or otherwise just want a model to start with, we have provided a complete Bayesian coin-flipping model below.
11+
If you are already well-versed in probabilistic programming and want to take a quick look at how Turing's syntax works or otherwise just want a model to start with, we have provided a complete Bayesian coin-flipping model below.
1212

1313
This example can be run wherever you have Julia installed (see [Getting Started](%7B%7Bsite.baseurl%7D%7D/docs/using-turing/get-started)), but you will need to install the packages `Turing` and `StatsPlots` if you have not done so already.
1414

0 commit comments

Comments
 (0)