Added note about builds, changed link to src/ folder

This commit is contained in:
Rashid Khan 2013-09-16 15:53:22 -07:00
parent f414400a5a
commit 3633c5bee2

View File

@ -8,6 +8,11 @@
background-color:#272b30; background-color:#272b30;
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
} }
a {
color: #63ABB5;
}
.title1 { .title1 {
font-weight: 800; font-weight: 800;
line-height: .9; line-height: .9;
@ -68,14 +73,15 @@
</head> </head>
<body ng-controller="DashCtrl" ng-cloak> <body ng-controller="DashCtrl" ng-cloak>
<img src='dist/img/kibana.png' style="float:right;margin-right:30px;"><p> <img src='src/img/kibana.png' style="float:right;margin:30px 60px 30px 60px;"><p>
<div class="title2"> <div class="title2">
<span class="orange">Oops.</span> Looks like you've upgraded from an old version <span class="orange">Oops.</span> Looks like you've upgraded from an old version
</div> </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> <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 copying the entire kibana repository, you need only copy the contents of the <a href="dist/index.html" class="teal">dist/</a> folder. After upgrading you may need to clear your browsers cache to see all of the new features.</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>
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>
</html> </html>