Docs: Updated offline install links to show version numbers.

Original commit: elastic/x-pack-elasticsearch@a00efeea1c
This commit is contained in:
debadair 2015-11-24 09:45:07 -08:00
parent f3a76118db
commit 9b32a4e7c4
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
:java-client-ref: http://www.elastic.co/guide/en/elasticsearch/client/java-api/master :java-client-ref: http://www.elastic.co/guide/en/elasticsearch/client/java-api/master
:blog-ref: https://www.elastic.co/blog/ :blog-ref: https://www.elastic.co/blog/
:forum: https://discuss.elastic.co/c/watcher :forum: https://discuss.elastic.co/c/watcher
:version: 2.0.0-beta2 :version: 2.1.0
include::introduction.asciidoc[] include::introduction.asciidoc[]

View File

@ -98,8 +98,8 @@ https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/watch
+ +
[source,shell] [source,shell]
---------------------------------------------------------- ----------------------------------------------------------
bin/plugin install file:///path/to/file/license-2.0.0.zip <1> bin/plugin install file:///path/to/file/license-2.1.0.zip <1>
bin/plugin install file:///path/to/file/watcher-2.0.0.zip bin/plugin install file:///path/to/file/watcher-2.1.0.zip
---------------------------------------------------------- ----------------------------------------------------------
<1> Note that you must specify an absolute path to the zip file after the `file://` protocol. <1> Note that you must specify an absolute path to the zip file after the `file://` protocol.