Skip to content

Commit 629422f

Browse files
committed
Redirect howto links in howtos
1 parent 44515bc commit 629422f

24 files changed

Lines changed: 82 additions & 116 deletions

File tree

tutorials/codejam-gettingstarted-hxe/codejam-gettingstarted-hxe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You will need to download a copy of the Eclipse software which will allow you to
137137

138138
We recommend [Eclipse Neon](http://www.eclipse.org/downloads/packages/), the Java EE version in case you later want to explore the SAP Cloud Platform.
139139

140-
Now that Eclipse has been installed you will need to add the appropriate plugins. The following guide will take your though [those steps](https://www.sap.com/developer/how-tos/2016/09/hxe-howto-eclipse.html).
140+
Now that Eclipse has been installed you will need to add the appropriate plugins. The following guide will take your though [those steps](https://www.sap.com/developer/tutorials/hxe-howto-eclipse.html).
141141

142142
Finally you are connected to your SAP HANA, express edition, system.
143143

tutorials/hcpps-troubleshoot/hcpps-troubleshoot.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ This troubleshooting is applicable for the following tutorial groups:
1313
- [Test the SAP Predictive services using a REST client](https://www.sap.com/developer/groups/ps-test-rest.html)
1414
- [Build an SAPUI5 application to interact with the SAP Predictive services](https://www.sap.com/developer/groups/ps-sapui5.html)
1515

16-
## Next Steps
17-
- [View all How-Tos](https://www.sap.com/developer/tutorial-navigator.tutorials.html?tag=tutorial:type/how-to)
18-
1916

2017
## How-To Details
2118
The intent of this trouble shooting guide is to highlight few of the most common issues encountered while starting using the SAP Predictive services.
@@ -479,6 +476,3 @@ Alternatively, to avoid this issue you can limit the number of pooled connection
479476
Make sure you check all these common issues.
480477

481478
Executing this diagnostic will be helpful if you create a support case or submit a question on the [SAP Cloud Platform Predictive Service](https://answers.sap.com/tags/73555000100800000130) community page.
482-
483-
## Next Steps
484-
- [View all How-Tos](https://www.sap.com/developer/tutorial-navigator.tutorials.html?tag=tutorial:type/how-to)

tutorials/hxe-app-deploy-aws/hxe-app-deploy-aws.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: [ tutorial>beginner, topic>big-data, topic>cloud, products>sap-hana, prod
1111
- You have an account on Amazon Web Services(AWS). If you do not already have an AWS account, you can go to the [AWS Home Page](https://aws.amazon.com/) and set one up.
1212
- You have familiarized yourself with [AWS Elastic Beanstalk documentation](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html).
1313
- You have installed the Elastic Beanstalk command line interface (EBCLI). If you have not already done so, you can follow [these instructions](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html).
14-
- You have a `HANA, express edition` database that can be reached from the AWS Elastic Beanstalk environment. If you do not have one set up, see the [HANA Express database deploy tutorial](https://www.sap.com/developer/how-tos/2017/07/hxe-db-deploy.html).
14+
- You have a `HANA, express edition` database that can be reached from the AWS Elastic Beanstalk environment. If you do not have one set up, see the [HANA Express database deploy tutorial](https://www.sap.com/developer/tutorials/hxe-db-deploy.html).
1515

1616
## Next Steps
1717
- Go to [SAP HANA, express edition](https://www.sap.com/developer/topics/sap-hana-express.tutorials.html) tutorials page
@@ -245,7 +245,7 @@ This tutorial will guide you through the process of deploying a sample `HANA, ex
245245
require './app'
246246
run Sinatra::Application
247247
```
248-
248+
249249
2. Execute the following commands to deploy your app
250250
```
251251
eb init --region <Your Region> -p Ruby
@@ -260,7 +260,7 @@ This tutorial will guide you through the process of deploying a sample `HANA, ex
260260
```
261261
eb status
262262
```
263-
263+
264264
![Sample Output](4.png)
265265
266266
Your app should look like following

tutorials/hxe-custom-landing/hxe-custom-landing.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
22
title: Adding a Custom Landing page to your HXE system
33
description: See how to alter your system and load a custom landing page.
4-
primary_tag: products>sap-hana\,-express-edition
4+
primary_tag: products>sap-hana\,-express-edition
55
tags: [ tutorial>how-to, tutorial>beginner, products>sap-hana, products>sap-hana\,-express-edition ]
66
---
77
## Prerequisites
88
- **Systems used:** SAP HANA express edition
9-
- [Adding a Custom Login Screen to your HXE system](http://www.sap.com/developer/how-tos/2016/10/hxe-custom-login.html)
10-
11-
## Next Steps
12-
- [View all How-Tos](http://www.sap.com/developer/tutorial-navigator.how-to.html)
9+
- [Adding a Custom Login Screen to your HXE system](http://www.sap.com/developer/tutorials/hxe-custom-login.html)
1310

1411

1512
## How-To Details
@@ -446,7 +443,3 @@ The purpose behind this guide is to show you how to add a custom landing page to
446443
11. Now if you return to the default URL of the server you should see your new landing page.
447444

448445
![new](8.png)
449-
450-
451-
## Next Steps
452-
- [View all How-Tos](http://www.sap.com/developer/tutorial-navigator.how-to.html)

tutorials/hxe-dot-net-connection/hxe-dot-net-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: How to connect to SAP HANA using Data Provider for Microsoft .NET
33
description: A tutorial that explains how to setup a sample database in Visual Studio using the ado.net data provider
4-
primary_tag: products>sap-hana\,-express-edition
4+
primary_tag: products>sap-hana\,-express-edition
55
tags: [ tutorial>intermediate, products>sap-hana, products>sap-hana\,-express-edition , tutorial>how-to ]
66
---
77

88
## Prerequisites
99
- **Proficiency:** Beginner
1010

11-
- **Setup:** This tutorial assumes that you have followed the [How to Install SAP HANA 2.0, express edition Clients](http://www.sap.com/developer/how-tos/2016/12/hxe-ua-howto-installing-clients.html) tutorial to install the HANA, express edition client software.
11+
- **Setup:** This tutorial assumes that you have followed the [How to Install SAP HANA 2.0, express edition Clients](http://www.sap.com/developer/tutorials/hxe-ua-howto-installing-clients.html) tutorial to install the HANA, express edition client software.
1212

1313
- **Setup:** You must have Microsoft Visual Studio 2010 or later installed on your computer.
1414
- **Setup:** You must have Microsoft .NET Framework installed on your computer (Generally .NET Framework will be installed when you install Microsoft Visual Studio).

tutorials/hxe-gcp-eclipse-tenant-connect/hxe-gcp-eclipse-tenant-connect.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ tags: [ tutorial>how-to, products>sap-hana\,-express-edition ]
66
---
77
## Prerequisites
88
- [Create a HANA Express instance using the Google Cloud Launcher](https://www.sap.com/developer/tutorials/hxe-gcp-getting-started-launcher.html)
9-
- [Download and install Eclipse](https://www.sap.com/developer/how-tos/2016/09/hxe-howto-eclipse.html)
10-
11-
## Next Steps
12-
- [View all How-Tos](http://www.sap.com/developer/tutorial-navigator.how-to.html)
9+
- [Download and install Eclipse](https://www.sap.com/developer/tutorials/hxe-howto-eclipse.html)
1310

1411

1512
## How-To Details
@@ -56,7 +53,3 @@ You can now proceed to connect to your tenant DB as a **New System**:
5653

5754

5855
[ACCORDION-END]
59-
60-
61-
## Next Steps
62-
- [View all How-Tos](http://www.sap.com/developer/tutorial-navigator.how-to.html)

tutorials/hxe-golang-http/hxe-golang-http.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [ tutorial>beginner, products>sap-hana, products>sap-hana\,-express-editi
66
---
77
## Prerequisites
88
- Proficiency: beginner
9-
- Setup: `HANA, express edition` must be running and accessible from your client platform. For instructions on how to setup a `HANA, express edition` see the [HANA Express database deploy tutorial](https://www.sap.com/developer/how-tos/2017/07/hxe-db-deploy.html).
9+
- Setup: `HANA, express edition` must be running and accessible from your client platform. For instructions on how to setup a `HANA, express edition` see the [HANA Express database deploy tutorial](https://www.sap.com/developer/tutorials/hxe-db-deploy.html).
1010
- This tutorial assumes that you have a database login that can access the `M_DATABASE` view in the `HANA, express edition` `SystemDB`.
1111

1212
## Next Steps
@@ -38,26 +38,26 @@ Your application will include the following four source files in the source code
3838
`application.go` - The main go source file. The file starts an http server, queries the HANA Express database, places the results in a data structure, then merges that data with `template.html` and served up the results via `http`.
3939

4040
`template.html` - An HTML formatted template that uses the annoations from the `html/template` go package to merge data generated in `application.go` to create the html page returned by `application.go`.
41-
41+
4242
`config.go` - This go source file parses the config.json file into go objects.
43-
43+
4444
`config.json` - This configuration file contains configuration parameters that you will need to be customize.
45-
45+
4646
1. Navigate to your $GOPATH directory. If you have not yet created a GOPATH, you can find out more about setting your GOPATH [in the `Go` documentation](https://golang.org/doc/code.html#GOPATH).
47-
48-
2. Make your project source directory, then navigate to it:
47+
48+
2. Make your project source directory, then navigate to it:
4949
```
5050
mkdir -p $GOPATH/src/hxe_golang_http`
5151
cd $GOPATH/src/hxe_golang_http
5252
```
5353

54-
3. Create a file called `application.go` and paste or type the following code into it.
54+
3. Create a file called `application.go` and paste or type the following code into it.
5555

5656
```
5757
package main
5858
/*
5959
This is the main source file for the application. It does the following:
60-
- starts an http server
60+
- starts an http server
6161
- connects to a HANA database
6262
- queries the M_Database_View view
6363
- merges the data returned into an html template
@@ -86,16 +86,16 @@ type M_Database_View struct {
8686
8787
// Return a Database URL with the following format using the Config.Db from config:
8888
// <driverName>://<Database user>:<Password>@<Database Host IP>:<Database Port>
89-
//
89+
//
9090
// Example: hdb://System:MyPassword@10.173.171.35:39013
9191
//
9292
func getDbUrl()(string) {
93-
return Config.Db.Driver + "://" +
94-
Config.Db.User + ":" + Config.Db.Password + "@" +
93+
return Config.Db.Driver + "://" +
94+
Config.Db.User + ":" + Config.Db.Password + "@" +
9595
Config.Db.Ip_addr + ":" + Config.Db.Db_port
9696
}
9797
98-
// Returns the port either using an operating system environment variable
98+
// Returns the port either using an operating system environment variable
9999
// or, if that isn't found, using the default port value from the config.
100100
func getHttpPort() (string){
101101
var port string
@@ -105,7 +105,7 @@ func getHttpPort() (string){
105105
if len(port) == 0 {
106106
return Config.HttpPort.Default
107107
} else {
108-
return port
108+
return port
109109
}
110110
}
111111
@@ -126,7 +126,7 @@ func main() {
126126
func myHandler(w http.ResponseWriter, r *http.Request) {
127127
128128
log.Printf("Serving on %s...\n", r.RemoteAddr)
129-
129+
130130
// Query the HANA Database
131131
db, err := sql.Open(Config.Db.Driver,getDbUrl())
132132
if err != nil {
@@ -164,15 +164,15 @@ func myHandler(w http.ResponseWriter, r *http.Request) {
164164
mdbs = append(mdbs, mdb)
165165
}
166166
167-
// Merge the M_DATABASE_VIEW values with the template html file
167+
// Merge the M_DATABASE_VIEW values with the template html file
168168
// and write the results to the ResponseWriter
169169
t, err := template.ParseFiles("template.html")
170170
if err != nil {
171171
fmt.Fprintf(w, "Failed to parse template.html. %s\n", err.Error() )
172172
log.Printf("Failed to parse template.html. %s...\n", err.Error())
173173
return
174174
}
175-
175+
176176
err = t.Execute(w, mdbs)
177177
if err != nil {
178178
fmt.Fprintf(w, "Failed to merge template.html. %s\n", err.Error() )
@@ -220,7 +220,7 @@ type Database struct {
220220
221221
// Port contains the collection for a port in config.json
222222
type Port struct {
223-
//OsVar is the name of the OS environment variable for the port
223+
//OsVar is the name of the OS environment variable for the port
224224
OsVar string `json:"os_var"`
225225
//DefaultPort is the port to use if there is no os environment variable set
226226
Default string `json:"default"`
@@ -238,7 +238,7 @@ func InitializeConfig()(error) {
238238
if err != nil {
239239
return errors.New("Unable to parse the configuration file, config.json " + err.Error())
240240
}
241-
241+
242242
return nil
243243
}
244244
```
@@ -265,14 +265,14 @@ func InitializeConfig()(error) {
265265
5. Create a file called `config.json` and paste or type the following text into it.
266266

267267
```
268-
{
268+
{
269269
"database": {
270270
"driver": "hdb",
271271
"user": "system",
272272
"password": "MyPassword",
273273
"ip_addr": "10.173.171.241",
274274
"db_port": "39013"
275-
},
275+
},
276276
"http_port": {
277277
"os_var": "",
278278
"default": "8080"
@@ -299,8 +299,8 @@ func InitializeConfig()(error) {
299299
1. Build your application.
300300

301301
- Navigate to the the `$GOPATH/src/hxe_golang_http` (`%GOPATH%\src\hxe_golang_http` on Windows) directory. Execute the following command: `go build`.
302-
This will create an executable file called `hxe_golang_http` in the `hxe_golang_http` directory.
303-
302+
This will create an executable file called `hxe_golang_http` in the `hxe_golang_http` directory.
303+
304304
*Note: Running `go install` will create the executable in the `$GOPATH/src` directory instead.*
305305

306306
4. Execute `hxe_golang_http` to start the application. (`hxe_golang_http` will be built in the `$GOPATH/bin` directory.)
@@ -313,8 +313,7 @@ func InitializeConfig()(error) {
313313
[ACCORDION-END]
314314

315315
## Next Steps
316-
- If you intend to deploy your application to Google App Engine, go to the [Google App Engine deployment tutorial](https://www.sap.com/developer/how-tos/2017/07/hxe-app-deploy-gcp.html)
317-
- If you intend to deploy your application to Azure App Service, go to the [Azure App Service deployment tutorial](https://www.sap.com/developer/how-tos/2017/07/hxe-app-deploy-azure.html)
318-
- If you intend to deploy your application to AWS Elastic Beanstalk, go to the [AWS Elastic Beanstalk deployment tutorial](https://www.sap.com/developer/how-tos/2017/07/hxe-app-deploy-aws.html)
316+
- If you intend to deploy your application to Google App Engine, go to the [Google App Engine deployment tutorial](https://www.sap.com/developer/tutorials/hxe-app-deploy-gcp.html)
317+
- If you intend to deploy your application to Azure App Service, go to the [Azure App Service deployment tutorial](https://www.sap.com/developer/tutorials/hxe-app-deploy-azure.html)
318+
- If you intend to deploy your application to AWS Elastic Beanstalk, go to the [AWS Elastic Beanstalk deployment tutorial](https://www.sap.com/developer/tutorials/hxe-app-deploy-aws.html)
319319
- [View similar How-Tos](http://www.sap.com/developer/tutorials.html) or [View all How-Tos](http://www.sap.com/developer/tutorials.html)
320-

tutorials/hxe-intel-nuc/hxe-intel-nuc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Intel&reg; NUC and SAP HANA, express edition
33
description: Select the best Intel Nuc for use with SAP HANA, express edition
4-
primary_tag: products>sap-hana\,-express-edition
4+
primary_tag: products>sap-hana\,-express-edition
55
tags: [ tutorial>beginner, products>sap-hana\,-express-edition ]
66
---
77

@@ -14,7 +14,7 @@ The Intel&reg; NUC is a small form factor PC that packs an amazing amount of pow
1414

1515
![Intel Nuc](nuc.png)
1616

17-
This guide will help you decide on the [best possible system](http://www.intel.com/content/www/us/en/nuc/nuc-comparison.html) for your desired SAP HANA, express edition [flavor](http://www.sap.com/developer/how-tos/2016/09/hxe-ua-version.html).
17+
This guide will help you decide on the [best possible system](http://www.intel.com/content/www/us/en/nuc/nuc-comparison.html) for your desired SAP HANA, express edition [flavor](http://www.sap.com/developer/tutorials/hxe-ua-version.html).
1818

1919
> Graphic from Intel&reg;
2020

tutorials/hxe-node-express/hxe-node-express.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [ tutorial>beginner, topic>big-data, topic>cloud, products>sap-hana, prod
99
- **Proficiency:** Beginner
1010
- User has Python environment setup already (preferably Python 3.5 or above)
1111
- User knows how to install packages and develop using Python and Node.js
12-
- Setup: `HANA, express edition` must be running and accessible from your client platform. For instructions on how to setup a `HANA, express edition` see the [HANA Express database deploy tutorial](https://www.sap.com/developer/how-tos/2017/07/hxe-db-deploy.html).
12+
- Setup: `HANA, express edition` must be running and accessible from your client platform. For instructions on how to setup a `HANA, express edition` see the [HANA Express database deploy tutorial](https://www.sap.com/developer/tutorials/hxe-db-deploy.html).
1313
- This tutorial assumes that you have a database login that can access the `M_DATABASE` view in the `HANA, express edition` `SystemDB`.
1414
- **Tutorials:** [Create a new project using Node.js and `HANA, express edition`]
1515

@@ -265,9 +265,9 @@ block content
265265

266266
---
267267
## Next Steps
268-
- If you intend to deploy your application to Google App Engine, go to the [Google App Engine deployment tutorial](https://www.sap.com/developer/how-tos/2017/07/hxe-app-deploy-gcp.html)
269-
- If you intend to deploy your application to Azure App Service, go to the [Azure App Service deployment tutorial](https://www.sap.com/developer/how-tos/2017/07/hxe-app-deploy-azure.html)
270-
- If you intend to deploy your application to AWS Elastic Beanstalk, go to the [AWS Elastic Beanstalk deployment tutorial](https://www.sap.com/developer/how-tos/2017/07/hxe-app-deploy-aws.html)
268+
- If you intend to deploy your application to Google App Engine, go to the [Google App Engine deployment tutorial](https://www.sap.com/developer/tutorials/hxe-app-deploy-gcp.html)
269+
- If you intend to deploy your application to Azure App Service, go to the [Azure App Service deployment tutorial](https://www.sap.com/developer/tutorials/hxe-app-deploy-azure.html)
270+
- If you intend to deploy your application to AWS Elastic Beanstalk, go to the [AWS Elastic Beanstalk deployment tutorial](https://www.sap.com/developer/tutorials/hxe-app-deploy-aws.html)
271271
- [View similar How-Tos](http://www.sap.com/developer/tutorials.html) or [View all How-Tos](http://www.sap.com/developer/tutorials.html)
272272

273273
- Go to [SAP HANA, express edition](https://www.sap.com/developer/topics/sap-hana-express.tutorials.html) tutorials page

tutorials/hxe-odata-gcp/hxe-odata-gcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [ tutorial>beginner, topic>odata, topic>cloud, products>sap-hana, product
99
- **Proficiency:** Beginner
1010
- Your have a working setup of HANA Studio installed
1111
- You have a Google Account and/or have registered for the free trial on `cloud.google.com`
12-
- **Tutorials:** [Setup HANA Studio](https://www.sap.com/developer/how-tos/2016/09/hxe-howto-eclipse.html), [Create a new project using the Cloud Platform Console](https://cloud.google.com/resource-manager/docs/creating-managing-projects) and [SAP HANA, express edition, in Google Cloud Platform Launcher](https://www.sap.com/developer/tutorials/hxe-gcp-getting-started-launcher.html)
12+
- **Tutorials:** [Setup HANA Studio](https://www.sap.com/developer/tutorials/hxe-howto-eclipse.html), [Create a new project using the Cloud Platform Console](https://cloud.google.com/resource-manager/docs/creating-managing-projects) and [SAP HANA, express edition, in Google Cloud Platform Launcher](https://www.sap.com/developer/tutorials/hxe-gcp-getting-started-launcher.html)
1313

1414

1515
## Next Steps

0 commit comments

Comments
 (0)