Repository: asterixdb Updated Branches: refs/heads/master 742679da2 -> 927207e8f
Fix README. Change-Id: If23b90c617ed3ecaf76c81ca9830e6012c65b93f Reviewed-on: https://asterix-gerrit.ics.uci.edu/1547 Reviewed-by: Till Westmann <[email protected]> Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/927207e8 Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/927207e8 Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/927207e8 Branch: refs/heads/master Commit: 927207e8fad59868912b1c0ea2a02f805edbaf25 Parents: 742679d Author: Yingyi Bu <[email protected]> Authored: Thu Mar 2 21:25:41 2017 -0800 Committer: Yingyi Bu <[email protected]> Committed: Thu Mar 2 22:30:39 2017 -0800 ---------------------------------------------------------------------- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/asterixdb/blob/927207e8/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7f28757..792e355 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ To build AsterixDB from source, you should have a platform with the following: * A Unix-ish environment (Linux, OS X, will all do). * git * Maven 3.3.9 or newer. -* Java 8 or newer. +* Oracle JDK 8 or newer. Instructions for building the master: @@ -86,8 +86,8 @@ Here are steps to get AsterixDB running on your local machine: ## Documentation -[master](https://ci.apache.org/projects/asterixdb/index.html) | -[0.9.0](https://ci.apache.org/projects/asterixdb/index.html) +* [master](https://ci.apache.org/projects/asterixdb/index.html) | + [0.9.0](http://asterixdb.apache.org/docs/0.9.0/index.html) ## Community support
