Skip to content

Commit 724586a

Browse files
authored
add missing slash, change precise to trusty
1 parent a7dc6a2 commit 724586a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_docs/installing-elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ machine:
1212
- elasticsearch
1313
```
1414

15-
The default version of Elasticsearch is {{ site.data.precise.versions.elasticsearch }}.
15+
The default version of Elasticsearch is {{ site.data.trusty.versions.elasticsearch }}.
1616
If you need a custom version, you can download and start it from your build. To install 2.4.3, add the following to your `circle.yml`:
1717

1818
```
@@ -26,7 +26,7 @@ dependencies:
2626
```
2727

2828
<span class='label label-info'>Note:</span>
29-
remember to remove elasticsearch from [`machine: services:`]({{site.baseurl}}configuration/#services/) if you install it manually.
29+
remember to remove elasticsearch from [`machine: services:`]({{site.baseurl}}/configuration/#services/) if you install it manually.
3030

3131
## Install an Elasticsearch plugin
3232

0 commit comments

Comments
 (0)