8251551: Use .md filename extension for README

Reviewed-by: mr, ihse, darcy
This commit is contained in:
Erik Helin 2020-08-27 14:33:42 +02:00
parent 6a85e1454d
commit 6ed221cb9a
2 changed files with 11 additions and 12 deletions

12
README
View File

@ -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.

11
README.md Normal file
View File

@ -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 <https://openjdk.java.net/> for more information about
the OpenJDK Community and the JDK.