Skip to content

Commit

Permalink
Fix docs: change oracle jdk link to open jdk link
Browse files Browse the repository at this point in the history
  • Loading branch information
toshihidetagami committed Sep 19, 2021
1 parent bf526b5 commit 0de7962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/manual/gettingStarted/Installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-b10)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.222-b10, mixed mode)
```

If you don't have the JDK, you have to install it from [Oracle's JDK Site](https://www.oracle.com/technetwork/java/javase/downloads/index.html).
If you don't have the JDK, you have to install it from [Adoptium](https://adoptium.net/).

## Installing Play with sbt

Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/gettingStarted/Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-b10)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.222-b10, mixed mode)
```

You can obtain Java SE from [Oracle’s JDK Site](https://www.oracle.com/technetwork/java/javase/downloads/index.html).
You can obtain Java SE from [Adoptium](https://adoptium.net/).

## Verifying and installing sbt

Expand Down

0 comments on commit 0de7962

Please sign in to comment.