Skip to content

Commit

Permalink
Linter has suddenly got more picky ...
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Feb 20, 2024
1 parent a7385e2 commit 054ac14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/blog/early-access-builds-feb2024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ reports and reproductions.

## How do I get the early access builds?

You can download the tagged early access builds from [the
website](https://adoptium.net/temurin/nightly/) or the API
You can obtain the tagged early access builds from [the
download page](https://adoptium.net/temurin/nightly/) or the API
using a URL such as the following, changing the operating system and
architecture for your needs. Note that if you are accessing these URLs
using curl you will need to add the -L option to dereference the API’s
Expand All @@ -52,7 +52,7 @@ from the previous week:
- https://api.adoptium.net/v3/binary/version/jdk-21.0.3+2-ea-beta/linux/aarch64/jdk/hotspot/normal/adoptium

Also while it is not the recommended way to retrieve them you can also find
the releases named with an ea-beta suffix directly on the github releases
the releases named with an ea-beta suffix directly on the GitHub releases
pages such as

- https://github.com/adoptium/temurin21-binaries/releases?q=ea-beta&expanded=true
Expand All @@ -78,7 +78,7 @@ upstream openjdk repository will typically give the same output:

- https://github.com/openjdk/jdk21u/compare/jdk-21.0.3+2...jdk-21.0.3+3

From the command line if you have a clone of our repository you can use
From the command-line if you have a clone of our repository you can use
these comments to get the list of commits and or the full source code diff:

```
Expand Down

0 comments on commit 054ac14

Please sign in to comment.