From 6ed221cb9ad2e81d92dda0ef32095dda5d52cb85 Mon Sep 17 00:00:00 2001 From: Erik Helin Date: Thu, 27 Aug 2020 14:33:42 +0200 Subject: [PATCH] 8251551: Use .md filename extension for README Reviewed-by: mr, ihse, darcy --- README | 12 ------------ README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 18247ac5180..00000000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ - -Welcome to the JDK! -=================== - -For build instructions, please see either of these files: - - * doc/building.html (html version) - * doc/building.md (markdown version) - -See https://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.