Browse Source

Updated download links

Rashid Khan 12 years ago
parent
commit
608b66f3ce
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Gruntfile.js
  2. 1 1
      README.md
  3. 1 1
      index.html

+ 1 - 1
Gruntfile.js

@@ -180,7 +180,7 @@ module.exports = function (grunt) {
         upload: [
         upload: [
           {
           {
             src: '<%= tempDir %>/dist.zip',
             src: '<%= tempDir %>/dist.zip',
-            dest: 'kibana/releases/<%= pkg.name %>-latest.zip',
+            dest: 'kibana/kibana/<%= pkg.name %>-latest.zip',
           }
           }
         ]
         ]
       }
       }

+ 1 - 1
README.md

@@ -35,7 +35,7 @@ access to it.
 
 
 ### Installation
 ### 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
 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.
 http://localhost:9200__, but rather the fully qualified domain name of your elasticsearch server.
 The url entered here _must be reachable_ by your browser.
 The url entered here _must be reachable_ by your browser.

+ 1 - 1
index.html

@@ -80,7 +80,7 @@
     <div class="title3">No worries. <span class="light">Kibana has a new build system. Now its faster and lighter than ever before.</span></div>
     <div class="title3">No worries. <span class="light">Kibana has a new build system. Now its faster and lighter than ever before.</span></div>
     <p>
     <p>
     <div class="white title3 uppercase">To fix this</div>
     <div class="white title3 uppercase">To fix this</div>
-    <div class="title3 light">Instead of cloning the entire kibana, you can grab the latest build here: <a href="http://download.elasticsearch.org/kibana/releases/kibana-latest.zip">http://download.elasticsearch.org/kibana/releases/kibana-latest.zip</a><p>
+    <div class="title3 light">Instead of cloning the entire kibana, you can grab the latest build here: <a href="http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip">http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip</a><p>
     If you really want to run from source you can do so from the <a href="src/index.html">src/</a> folder. After upgrading you may need to clear your browsers cache to see all of the new features.</div>
     If you really want to run from source you can do so from the <a href="src/index.html">src/</a> folder. After upgrading you may need to clear your browsers cache to see all of the new features.</div>
   </body>
   </body>