From 9b32a4e7c4ed61aa082c675ad223e29580582bfd Mon Sep 17 00:00:00 2001 From: debadair Date: Tue, 24 Nov 2015 09:45:07 -0800 Subject: [PATCH] Docs: Updated offline install links to show version numbers. Original commit: elastic/x-pack-elasticsearch@a00efeea1c8dd1afd2f7fb8460d49295c12dd6dc --- watcher/docs/index.asciidoc | 2 +- watcher/docs/installing-watcher.asciidoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/watcher/docs/index.asciidoc b/watcher/docs/index.asciidoc index 58feeef43fc..e9c54285b92 100644 --- a/watcher/docs/index.asciidoc +++ b/watcher/docs/index.asciidoc @@ -7,7 +7,7 @@ :java-client-ref: http://www.elastic.co/guide/en/elasticsearch/client/java-api/master :blog-ref: https://www.elastic.co/blog/ :forum: https://discuss.elastic.co/c/watcher -:version: 2.0.0-beta2 +:version: 2.1.0 include::introduction.asciidoc[] diff --git a/watcher/docs/installing-watcher.asciidoc b/watcher/docs/installing-watcher.asciidoc index 624d693a8ca..64091a4e9e4 100644 --- a/watcher/docs/installing-watcher.asciidoc +++ b/watcher/docs/installing-watcher.asciidoc @@ -98,8 +98,8 @@ https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/watch + [source,shell] ---------------------------------------------------------- -bin/plugin install file:///path/to/file/license-2.0.0.zip <1> -bin/plugin install file:///path/to/file/watcher-2.0.0.zip +bin/plugin install file:///path/to/file/license-2.1.0.zip <1> +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.