diff --git a/Gruntfile.js b/Gruntfile.js index d333ff154e6..60eafc24b4f 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -180,7 +180,7 @@ module.exports = function (grunt) { upload: [ { src: '<%= tempDir %>/dist.zip', - dest: 'kibana/releases/<%= pkg.name %>-latest.zip', + dest: 'kibana/kibana/<%= pkg.name %>-latest.zip', } ] } diff --git a/README.md b/README.md index 07b40950f0c..67f2ec27d65 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ access to it. ### Installation -1. Download and extract [http://download.elasticsearch.org/kibana/releases/kibana-latest.zip](http://download.elasticsearch.org/kibana/releases/kibana-latest.zip) to your webserver. +1. Download and extract [http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip](http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip) to your webserver. 2. Edit config.js in your deployed directory to point to your elasticsearch server. This should __not be http://localhost:9200__, but rather the fully qualified domain name of your elasticsearch server. The url entered here _must be reachable_ by your browser. diff --git a/index.html b/index.html index 388cc057575..c55ad58364c 100755 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@
+
If you really want to run from source you can do so from the src/ folder. After upgrading you may need to clear your browsers cache to see all of the new features.