Update backup URL for fetching SapMachine releases to the new GitHub location

This commit is contained in:
skateball 2025-10-24 14:45:54 +02:00
commit 85ef1bce97

View file

@ -69,7 +69,7 @@ export class SapMachineDistribution extends JavaBase {
if (!fetchedReleasesJson) {
fetchedReleasesJson = await this.fetchReleasesFromUrl(
'https://backup.sapmachine.io/assets/data/sapmachine-releases-all.json'
'https://sap.github.io/SapMachine/assets/data/sapmachine-releases-all.json'
);
}