From 3633c5bee2c07b4e70bf5f2d1b5ae036e82885f7 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Mon, 16 Sep 2013 15:53:22 -0700 Subject: [PATCH] Added note about builds, changed link to src/ folder --- index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e6b5711aa97..388cc057575 100755 --- a/index.html +++ b/index.html @@ -8,6 +8,11 @@ background-color:#272b30; font-family: 'Open Sans', sans-serif; } + + a { + color: #63ABB5; + } + .title1 { font-weight: 800; line-height: .9; @@ -68,14 +73,15 @@ -

+

Oops. Looks like you've upgraded from an old version
No worries. Kibana has a new build system. Now its faster and lighter than ever before.

To fix this
-
Instead of copying the entire kibana repository, you need only copy the contents of the dist/ folder. After upgrading you may need to clear your browsers cache to see all of the new features.
+
Instead of cloning the entire kibana, you can grab the latest build here: http://download.elasticsearch.org/kibana/releases/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.