Skip to content

Commit c320ddf

Browse files
fix destination name
1 parent 08016c4 commit c320ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/sapui5-101-deploy-application/sapui5-101-deploy-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Build (aka package) the project to an `.mtar` archive to deploy it to Cloud Foun
3838
<!-- border -->
3939
![deploy](deployTile.png)
4040

41-
2. Once the process is finished, you can get the URL of the deployed app by running `cf html5-list -u -di sap-btp-sapui5-destination-service -u --runtime launchpad` in a new terminal session.
41+
2. Once the process is finished, you can get the URL of the deployed app by running `cf html5-list -u -di sapbtpsapui5-destination-service -u --runtime launchpad` in a new terminal session.
4242

4343
<!-- border -->
4444
![cfapps](deployedAppUrl.png)
4545

4646
> Use the following command in case you use the Portal service
4747
>
48-
> `cf html5-list -di sap-btp-sapui5-destination-service -u --runtime cpp`
48+
> `cf html5-list -di sapbtpsapui5-destination-service -u --runtime cpp`
4949
5050
3. Follow the link in the console to open the application in your browser. You might need to log in with your SAP ID (the same credentials you use for the SAP BTP Cockpit).
5151

0 commit comments

Comments
 (0)