Skip to content

Commit

Permalink
Change formatting of links to read better in code block section
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeVera committed Nov 20, 2024
1 parent ae1152c commit 8c5bdd5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,22 @@ _upstream-jdk17u_
### OpenJDK Readme
```
# Welcome to OpenJDK 17 Updates!
Welcome to OpenJDK 17 Updates!
==============================
The JDK 17 Updates project uses two GitHub repositories.
Updates are continuously developed in the repository [jdk17u-dev](https://github.com/openjdk/jdk17u-dev). This is the repository usually targeted by contributors.
The [jdk17u](https://github.com/openjdk/jdk17u) repository is used for rampdown of the update releases of jdk17u and only accepts critical changes that must make the next release during rampdown. (You probably do not want to target jdk17u).
Updates are continuously developed in the repository jdk17u-dev <https://github.com/openjdk/jdk17u-dev>. This is the repository usually targeted by contributors.
The jdk17u <https://github.com/openjdk/jdk17u> repository is used for rampdown of the update releases of jdk17u and only accepts critical changes that must make the next release during rampdown. (You probably do not want to target jdk17u).
For more OpenJDK 17 updates specific information such as timelines and contribution guidelines see the [project wiki page](https://wiki.openjdk.org/display/JDKUpdates/JDK+17u/).
For more OpenJDK 17 updates specific information such as timelines and contribution guidelines see the project wiki page: <https://wiki.openjdk.org/display/JDKUpdates/JDK+17u/>
For build instructions please see the
[online documentation](https://openjdk.java.net/groups/build/doc/building.html),
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)
- 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.
Expand Down

0 comments on commit 8c5bdd5

Please sign in to comment.