From 608b66f3ce886b80094194e17066f9f378cf2f60 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Mon, 16 Sep 2013 16:28:18 -0700 Subject: [PATCH] Updated download links --- Gruntfile.js | 2 +- README.md | 2 +- index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@
No worries. Kibana has a new build system. Now its faster and lighter than ever before.

To fix this
-
Instead of cloning the entire kibana, you can grab the latest build here: http://download.elasticsearch.org/kibana/releases/kibana-latest.zip

+

Instead of cloning the entire kibana, you can grab the latest build here: http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip

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.