Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 395587b

Browse files
committed
fix: update SAP UI5 resource URLs to use the latest domain
1 parent bab7827 commit 395587b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

orders/app/orders/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
};
2424
</script>
2525

26-
<script id="sap-ushell-bootstrap" src="https://sapui5.hana.ondemand.com/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
27-
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
26+
<script id="sap-ushell-bootstrap" src="https://ui5.sap.com/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
27+
<script id="sap-ui-bootstrap" src="https://ui5.sap.com/resources/sap-ui-core.js"
2828
data-sap-ui-libs="sap.m, sap.ushell, sap.collaboration, sap.ui.layout"
2929
data-sap-ui-compatVersion="edge"
3030
data-sap-ui-theme="sap_horizon"

0 commit comments

Comments
 (0)