Skip to content

Commit b38549d

Browse files
authored
Merge pull request #23039 from nicoschoenteich/master
fix destination name
2 parents 7cb76b6 + 89ae015 commit b38549d

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)