Skip to content

Commit 14b8bd3

Browse files
committed
Update repository links to use sapmachine.io instead of sap.github.io
1 parent b243090 commit 14b8bd3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/30-development/memory-calculator-v2-8eef959.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Default structures of the relevant configuration files:
7878
> # Configuration for JRE repository
7979
> ---
8080
>
81-
> repository_root: "https://sap.github.io/SapMachine/assets/cf/jre/{platform}/{architecture}"
81+
> repository_root: "https://sapmachine.io/assets/cf/jre/{platform}/{architecture}"
8282
> version: 21.+
8383
> use_offline_repository: true
8484
> repository_root_offline: "{default.repository.root}/sap_machine_jre/{platform}/{architecture}"
@@ -111,7 +111,7 @@ Default structures of the relevant configuration files:
111111
> # Configuration for JDK repository
112112
> ---
113113
>
114-
> repository_root: "https://sap.github.io/SapMachine/assets/cf/jdk/{platform}/{architecture}"
114+
> repository_root: "https://sapmachine.io/assets/cf/jdk/{platform}/{architecture}"
115115
> version: 21.+
116116
> repository_root_offline: "{default.repository.root}/sap_machine_jre/{platform}/{architecture}"
117117
> memory_calculator_v2:

docs/30-development/profile-an-application-running-on-sapmachine-with-jfr-jmc-864e352.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can use Java Flight Recorder \([JFR](https://docs.oracle.com/en/java/java-co
1010

1111
## Prerequisites
1212

13-
- You have downloaded and installed a JDK Mission Control console. To do that, go to [SapMachine](https://sap.github.io/SapMachine/)*Download**JMC 9*, select your operating system, and then choose *Download*.
13+
- You have downloaded and installed a JDK Mission Control console. To do that, go to [SapMachine](https://sapmachine.io/)*Download**JMC 9*, select your operating system, and then choose *Download*.
1414

1515
- You have installed the Cloud Foundry command line interface. See: [Download and Install the cf CLI](https://help.sap.com/docs/btp/sap-business-technology-platform/download-and-install-cloud-foundry-command-line-interface?version=Cloud)
1616

docs/30-development/sapmachine-785d6b3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ applications:
209209
```
210210

211211
> ### Note:
212-
> SapMachine JDK is **not bundled** within the buildpack. Therefore, if you want to use SapMachine JDK 11 \(deprecated\) or SapMachine JDK 17, 21 or 25, you have to download it from the [GitHub project](https://sap.github.io/SapMachine/) as an online component.
212+
> SapMachine JDK is **not bundled** within the buildpack. Therefore, if you want to use SapMachine JDK 11 \(deprecated\) or SapMachine JDK 17, 21 or 25, you have to download it from the [GitHub project](https://sapmachine.io/) as an online component.
213213
>
214214
> However, you can use the [jdk.compiler](https://docs.oracle.com/en/java/javase/11/docs/api/jdk.compiler/module-summary.html) module, which is **provided** by the buildpack as part of the customized SapMachine JRE, v. 17, 21 and 25. To learn more, see section [Activation Using JRE](sapmachine-785d6b3.md#loio785d6b390b834bee818e242160f87df5__section_jre).
215215

0 commit comments

Comments
 (0)