Skip to content

Commit 686b840

Browse files
committed
Update OpenJDK documentation
This change update the OpenJDK documentation to reflect that there are now three platorms and therefore are three listings to inspect for versions. [#57290246]
1 parent 33b6e01 commit 686b840

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/jre-openjdk.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The JRE can be configured by modifying the [`config/openjdk.yml`][] file. The J
1919
| Name | Description
2020
| ---- | -----------
2121
| `repository_root` | The URL of the OpenJDK repository index ([details][repositories]).
22-
| `version` | The version of Java runtime to use. Candidate versions can be found in [this listing][].
22+
| `version` | The version of Java runtime to use. Candidate versions can be found in the listings for [lucid][], [mountainlion][], and [precise][].
2323
| `memory_sizes` | Optional memory sizes, described below under "Memory".
2424
| `memory_heuristics` | Default memory size proportions, described below under "Default Memory Sizes".
2525

@@ -42,9 +42,12 @@ If a memory size is specified which is not equal to the default value, the other
4242

4343
The default memory size proportions are configured in the `memory_heuristics` mapping of [`config/openjdk.yml`][]. Each memory size is given a weighting between `0` and `1` corresponding to a proportion of the total memory specified when the application was pushed. The weightings should add up to `1`.
4444

45-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
45+
4646
[`config/openjdk.yml`]: ../config/openjdk.yml
47+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
48+
[lucid]: http://download.pivotal.io.s3.amazonaws.com/openjdk/lucid/x86_64/index.yml
49+
[mountainlion]: http://download.pivotal.io.s3.amazonaws.com/openjdk/mountainlion/x86_64/index.yml
4750
[OpenJDK]: http://openjdk.java.net
51+
[precise]: http://download.pivotal.io.s3.amazonaws.com/openjdk/precise/x86_64/index.yml
4852
[repositories]: util-repositories.md
49-
[this listing]: http://download.pivotal.io.s3.amazonaws.com/openjdk/lucid/x86_64/index.yml
5053
[version syntax]: util-repositories.md#version-syntax-and-ordering

0 commit comments

Comments
 (0)