Skip to content

Commit aa6e893

Browse files
committed
minor cleanup
1 parent 63f3cd3 commit aa6e893

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

tutorials/hcp-java-basic-app/hcp-java-basic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this tutorial you will create a Dynamic Web project, a servlet to respond to
3535

3636
![open wizard](jav100-2-new_dynamic_web_project.png)
3737

38-
5. In the **New Dynamic Web Project Wizard** define the **Project name** to be `helloworld`. Make sure the **Target Runtime** is set to `Java Web`, the Server Runtime Environment that has been created in the tutorial [Configuring Eclipse with SAP HANA Cloud Platform Tools for Java](). Leave all other settings untouched and click **Finish** to create the project.
38+
5. In the **New Dynamic Web Project Wizard** define the **Project name** to be `helloworld`. Make sure the **Target Runtime** is set to `Java Web`, the Server Runtime Environment that has been created in the tutorial [Configuring Eclipse with SAP HANA Cloud Platform Tools for Java](http://go.sap.com/developer/tutorials/hcp-java-eclipse-setup.html). Leave all other settings untouched and click **Finish** to create the project.
3939

4040
![project wizard](jav100-2-dynamic_web_project_wizard.png)
4141

tutorials/xsa-html5-module/xsa-html5-module.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@ You will now create the HTML5 module to add basic web based content to your XSA
7676
7777
7. In future, adding the resource declaration to the MTA descriptor will allow the tools to automatically provision these resources at runtime. But this functionality is not yet provided for UAA services. Therefore you have to use the XS command line client tool to perform this step. From a command line type the following to connect to remote XSA server.
7878
79-
>REMEMBER You must also install the XSA command line tools!! These can be downloaded from the SAP HANA Developer Edition directly or via the [http://service.sap.com]SAP Service Marketplace]()
79+
>REMEMBER: You must also install the XSA command line tools!! These can be downloaded from the SAP HANA Developer Edition directly or via the [SAP Service Marketplace](http://service.sap.com)
8080
8181
82-
```
83-
xs login -a http://<hostname>:30030 -o hanapm -s SAP -u WORKSHOP_01 -p HanaRocks2016
84-
```
82+
```
83+
xs login -a http://<hostname>:30030 -o hanapm -s SAP -u WORKSHOP_01 -p HanaRocks2016
84+
```
8585
86-
If you have used the CODEJAMMER user then the command would look different.
86+
If you have used the CODEJAMMER user then the command would look different.
8787
88-
```
89-
xs login -a http://<hostname>:30030 -o hanapm -s SAP -u CODEJAMMER -p CodeJam2016
90-
```
88+
```
89+
xs login -a http://<hostname>:30030 -o hanapm -s SAP -u CODEJAMMER -p CodeJam2016
90+
```
9191
9292
![Command line XS Login](https://raw.githubusercontent.com/SAPDocuments/Tutorials/master/tutorials/xsa-html5-module/5.png)
9393

0 commit comments

Comments
 (0)