mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
readme: replace snapshots with URP links (#10970)
The unified release process creates snapshots nightly, so we should use them rather than our own custom snapshot mechanism.
This commit is contained in:
parent
6cee4ec8f1
commit
70fde33f45
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -40,14 +40,14 @@ out an open PR:
|
|||
|
||||
### Snapshot Builds
|
||||
|
||||
For the daring, snapshot builds are available. These builds are created after each commit to the master branch, and therefore are not something you should run in production.
|
||||
For the daring, snapshot builds are available. These builds are created nightly and have undergone no formal QA, so they should never be run in production.
|
||||
|
||||
| platform | |
|
||||
| --- | --- |
|
||||
| OSX | [tar](http://download.elastic.co/kibana/kibana-snapshot/kibana-5.1.3-SNAPSHOT-darwin-x86_64.tar.gz) |
|
||||
| Linux x64 | [tar](http://download.elastic.co/kibana/kibana-snapshot/kibana-5.1.3-SNAPSHOT-linux-x86_64.tar.gz) [deb](https://download.elastic.co/kibana/kibana-snapshot/kibana-5.1.3-SNAPSHOT-amd64.deb) [rpm](https://download.elastic.co/kibana/kibana-snapshot/kibana-5.1.3-SNAPSHOT-x86_64.rpm) |
|
||||
| Linux x86 | [tar](http://download.elastic.co/kibana/kibana-snapshot/kibana-5.1.3-SNAPSHOT-linux-x86.tar.gz) [deb](https://download.elastic.co/kibana/kibana-snapshot/kibana-5.1.3-SNAPSHOT-i386.deb) [rpm](https://download.elastic.co/kibana/kibana-snapshot/kibana-5.1.3-SNAPSHOT-i686.rpm) |
|
||||
| Windows | [zip](http://download.elastic.co/kibana/kibana-snapshot/kibana-5.1.3-SNAPSHOT-windows-x86.zip) |
|
||||
| OSX | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-5.1.3-SNAPSHOT-darwin-x86_64.tar.gz) |
|
||||
| Linux x64 | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-5.1.3-SNAPSHOT-linux-x86_64.tar.gz) [deb](https://snapshots.elastic.co/downloads/kibana/kibana-5.1.3-SNAPSHOT-amd64.deb) [rpm](https://snapshots.elastic.co/downloads/kibana/kibana-5.1.3-SNAPSHOT-x86_64.rpm) |
|
||||
| Linux x86 | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-5.1.3-SNAPSHOT-linux-x86.tar.gz) [deb](https://snapshots.elastic.co/downloads/kibana/kibana-5.1.3-SNAPSHOT-i386.deb) [rpm](https://snapshots.elastic.co/downloads/kibana/kibana-5.1.3-SNAPSHOT-i686.rpm) |
|
||||
| Windows | [zip](https://snapshots.elastic.co/downloads/kibana/kibana-5.1.3-SNAPSHOT-windows-x86.zip) |
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue