Skip to content

Commit a5e6438

Browse files
committed
[GR-69756] Remove Script-friendly URLS
PullRequest: graal/22175
2 parents 890a0ed + 9440acf commit a5e6438

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/getting-started/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Optionally, you can specify GraalVM as the default JRE or JDK installation in yo
5858

5959
## Script-Friendly URLs
6060

61-
[Script-friendly URLs](https://www.oracle.com/java/technologies/jdk-script-friendly-urls/){:target="_blank"} enable you to download GraalVM from a command line, or automatically in your script and Dockerfile by using a download URL.
61+
Script-friendly URLs enable you to download GraalVM from a command line, or automatically in your script and Dockerfile by using a download URL.
6262
Substitute `<version>` and `<architecture>` with the JDK version and `aarch64` or `x64` architecture.
6363
```bash
6464
# Download with wget

docs/getting-started/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Optionally, you can specify GraalVM as the default JRE or JDK installation in yo
6565

6666
## Script-Friendly URLs
6767

68-
[Script-friendly URLs](https://www.oracle.com/java/technologies/jdk-script-friendly-urls/){:target="_blank"} enable you to download GraalVM from a command line, or automatically in your script and Dockerfile by using a download URL.
68+
Script-friendly URLs enable you to download GraalVM from a command line, or automatically in your script and Dockerfile by using a download URL.
6969
Substitute `<version>` and `<architecture>` with the JDK version and `aarch64` or `x64` architecture.
7070
```bash
7171
# Download with wget

docs/reference-manual/native-image/BuildReport.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Here you will learn how to generate a Build Report and how to use each report se
2525
* [Resources](#resources)
2626
* [Software Bill of Materials (SBOM)](#software-bill-of-materials-sbom)
2727
* [PGO Sampling Profile](#pgo-sampling-profile)
28+
* [Dynamic Access](#dynamic-access)
2829
* [Related Documentation](#related-documentation)
2930

3031
## Report Generation

0 commit comments

Comments
 (0)