diff --git a/README b/README deleted file mode 100644 index 2edd174f391..00000000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ - -Welcome to the JDK! -=================== - -For information about building the JDK, including how to retrieve all -of the source code, please see either of these files: - - * doc/building.html (html version) - * doc/building.md (markdown version) - -See http://openjdk.java.net/ for more information about the OpenJDK -Community and the JDK. diff --git a/README.md b/README.md new file mode 100644 index 00000000000..399e7cc311f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Welcome to the JDK! + +For build instructions please see the +[online documentation](https://openjdk.java.net/groups/build/doc/building.html), +or either of these files: + +- [doc/building.html](doc/building.html) (html version) +- [doc/building.md](doc/building.md) (markdown version) + +See for more information about +the OpenJDK Community and the JDK.