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
Родитель 6a85e1454d
Коммит 6ed221cb9a
2 изменённых файлов: 11 добавлений и 12 удалений

12
README
Просмотреть файл

@ -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
Просмотреть файл

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