Skip to content

Commit 746b8c5

Browse files
author
George Adams
committed
add links to README
1 parent d1e7f8b commit 746b8c5

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

Diff for: README.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,26 @@ You can append the following paths to the `https://api.adoptopenjdk.net` URL, ei
1919

2020
|Path |Returns |
2121
|-------------------|---------|
22-
|`/releases` |All releases, all platforms. |
23-
|`/releases/latest` |The latest release, all platforms.|
24-
|`/releases/<platform>`|All releases, one specified platform.|
25-
|`/releases/<platform>/latest`|The latest release, one specified platform.|
26-
|`/nightly` |All nightly builds, all platforms.|
27-
|`/nightly/latest` |The latest nightly build, all platforms. |
28-
|`/nightly/<platform>`|All nightly builds, one specified platform.|
29-
|`/nightly/<platform>/latest`|The latest nightly build, one specified platform.|
22+
|[`/releases`](https://api.adoptopenjdk.net/releases)|All releases, all platforms. |
23+
|[`/releases/latest`](https://api.adoptopenjdk.net/releases/latest) |The latest release, all platforms.|
24+
|[`/releases/<platform>`](https://api.adoptopenjdk.net/releases/x64_linux/)|All releases, one specified platform.|
25+
|[`/releases/<platform>/latest`](https://api.adoptopenjdk.net/releases/x64_linux/latest)|The latest release, one specified platform.|
26+
|[`/nightly`](https://api.adoptopenjdk.net/nightly/)|All nightly builds, all platforms.|
27+
|[`/nightly/latest`](https://api.adoptopenjdk.net/nightly/latest)|The latest nightly build, all platforms. |
28+
|[`/nightly/<platform>`](https://api.adoptopenjdk.net/nightly/x64_linux)|All nightly builds, one specified platform.|
29+
|[`/nightly/<platform>/latest`](https://api.adoptopenjdk.net/nightly/x64_linux/latest)|The latest nightly build, one specified platform.|
3030

3131
### Platforms
3232
You can specify a platform by inserting one of the following names, in upper-case or lower-case, where you see `<platform>` in the path options:
3333

34-
3534
|Platform |Route |
3635
|-------|---------|
37-
| Linux - x64 |`/x64_linux`|
38-
| Mac - x64 |`/x64_mac`|
39-
| Windows - x64 |`/x64_win`|
40-
| Linux - s390x |`/s390x_linux`|
41-
| Linux - ppc64le | `/ppc64le_linux` |
42-
| Linux - aarch64 |`/aarch64_linux`|
36+
| Linux - x64 |[`/x64_linux`](https://api.adoptopenjdk.net/releases/x64_linux/)|
37+
| Mac - x64 |[`/x64_mac`](https://api.adoptopenjdk.net/releases/x64_mac/)|
38+
| Windows - x64 |[`/x64_win`](https://api.adoptopenjdk.net/releases/x64_win/)|
39+
| Linux - s390x |[`/s390x_linux`](https://api.adoptopenjdk.net/releases/s390x_linux)|
40+
| Linux - ppc64le |[`/ppc64le_linux`](https://api.adoptopenjdk.net/releases/ppc64le_linux)|
41+
| Linux - aarch64 |[`/aarch64_linux`](https://api.adoptopenjdk.net/releases/aarch64_linux)|
4342

4443
### Additional options
4544
By default, the API returns a pretty-printed JSON. You can disable this pretty-printing by appending `?pretty=false` to the end of any URL. For example:

0 commit comments

Comments
 (0)