Skip to content

Commit 0878611

Browse files
committed
Updating links
switch from go.sap.com to www.sap.com
1 parent 1242f04 commit 0878611

235 files changed

Lines changed: 870 additions & 870 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![Circle CI](https://circleci.com/gh/SAPDocuments/Tutorials.svg?style=svg)](https://circleci.com/gh/SAPDocuments/Tutorials)
22
[![devDependency Status](https://david-dm.org/SAPDocuments/Tutorials/dev-status.svg)](https://david-dm.org/SAPDocuments/Tutorials?type=dev)
33

4-
# Tutorials for go.sap.com
5-
Welcome to the Markdown tutorial catalog for tutorials you can find on the [SAP developer pages](http://go.sap.com/developer.html) here: <http://go.sap.com/developer/tutorials.html>.
4+
# Tutorials for www.sap.com
5+
Welcome to the Markdown tutorial catalog for tutorials you can find on the [SAP developer pages](http://www.sap.com/developer.html) here: <http://www.sap.com/developer/tutorials.html>.
66

77

88
# How to contribute

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tutorials",
33
"version": "1.0.0",
4-
"description": "Tutorials for catalog on sap.com http://go.sap.com/developer/tutorials.html",
4+
"description": "Tutorials for catalog on sap.com http://www.sap.com/developer/tutorials.html",
55
"main": "README.MD",
66
"license": "Apache-2.0",
77
"scripts": {

tutorials/angular-add-header-detail-dialog/angular-add-header-detail-dialog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ tags: [ tutorial>beginner, topic>html5, topic>mobile, topic>odata, products>sap
55
---
66
## Prerequisites
77
- **Proficiency:** Beginner
8-
- **Tutorials** Step #5 [Add OData to the application](http://go.sap.com/developer/tutorials/angular-add-odata.html)
8+
- **Tutorials** Step #5 [Add OData to the application](http://www.sap.com/developer/tutorials/angular-add-odata.html)
99

1010
## Next Steps
11-
- **Tutorials** Step 7 [Add a Form to your application](http://go.sap.com/developer/tutorials/angular-forms-intro.html)
11+
- **Tutorials** Step 7 [Add a Form to your application](http://www.sap.com/developer/tutorials/angular-forms-intro.html)
1212

1313
## Details
1414
### You will learn
@@ -198,4 +198,4 @@ The `ng-click` attribute has sent the selected row to the function `selectProduc
198198
- [`ng-click`](https://docs.angularjs.org/api/ng/directive/ngClick) - Route a click event to an Angular function.
199199

200200
## Next Steps
201-
- **Tutorials** Step 7 [Add a Form to your application](http://go.sap.com/developer/tutorials/angular-forms-intro.html)
201+
- **Tutorials** Step 7 [Add a Form to your application](http://www.sap.com/developer/tutorials/angular-forms-intro.html)

tutorials/angular-add-javascript/angular-add-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ tags: [ tutorial>beginner, topic>html5, topic>mobile, topic>odata, products>sap
66
## Prerequisites
77
- **Proficiency:** Beginner
88
#### AngularJS Series
9-
- **Tutorials** Step 2 [Create the Bootstrap Template](http://go.sap.com/developer/tutorials/angular-bootstrap-template.html)
9+
- **Tutorials** Step 2 [Create the Bootstrap Template](http://www.sap.com/developer/tutorials/angular-bootstrap-template.html)
1010

1111
## Next Steps
12-
- **Tutorials** Step 4 [Separate the JavaScript and CSS Files](http://go.sap.com/developer/tutorials/angular-separate-files.html)
12+
- **Tutorials** Step 4 [Separate the JavaScript and CSS Files](http://www.sap.com/developer/tutorials/angular-separate-files.html)
1313

1414
## Details
1515
### You will learn
@@ -238,4 +238,4 @@ In our list, we have a boolean called `Discontinued`. But we don't want to disp
238238
- [`ng-repeat`](https://docs.angularjs.org/api/ng/directive/ngRepeat) - the AngularJS loop function
239239
240240
## Next Steps
241-
- **Tutorials** Step 4 [Separate the JavaScript and CSS Files](http://go.sap.com/developer/tutorials/angular-separate-files.html)
241+
- **Tutorials** Step 4 [Separate the JavaScript and CSS Files](http://www.sap.com/developer/tutorials/angular-separate-files.html)

tutorials/angular-add-odata/angular-add-odata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ tags: [ tutorial>beginner, topic>html5, topic>mobile, topic>odata, products>sap
55
---
66
## Prerequisites
77
- **Proficiency:** Beginner
8-
- **Tutorials** Step 4 [Separate the JavaScript and CSS Files](http://go.sap.com/developer/tutorials/angular-separate-files.html)
8+
- **Tutorials** Step 4 [Separate the JavaScript and CSS Files](http://www.sap.com/developer/tutorials/angular-separate-files.html)
99

1010
## Next Steps
11-
- **Tutorials** Step 6 [Add a Header and Detail Modal Dialog](http://go.sap.com/developer/tutorials/angular-add-header-detail-dialog.html)
11+
- **Tutorials** Step 6 [Add a Header and Detail Modal Dialog](http://www.sap.com/developer/tutorials/angular-add-header-detail-dialog.html)
1212

1313
## Details
1414
### You will learn
@@ -85,4 +85,4 @@ In this tutorial series, we will explore another technology for Single Page Appl
8585
- [`$get`](https://docs.angularjs.org/api/ng/service/$http#get) (which is a shortcut for `$http`)
8686
8787
## Next Steps
88-
- **Tutorials** Step 6 [Add a Header and Detail Modal Dialog](http://go.sap.com/developer/tutorials/angular-add-header-detail-dialog.html)
88+
- **Tutorials** Step 6 [Add a Header and Detail Modal Dialog](http://www.sap.com/developer/tutorials/angular-add-header-detail-dialog.html)

tutorials/angular-bootstrap-template/angular-bootstrap-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ tags: [ tutorial>beginner, topic>html5, topic>mobile, topic>odata, products>sap
55
---
66
## Prerequisites
77
- **Proficiency:** Beginner
8-
- **Tutorials** Step #1 [AngularJS Getting Started](http://go.sap.com/developer/tutorials/angular-getting-started.html)
8+
- **Tutorials** Step #1 [AngularJS Getting Started](http://www.sap.com/developer/tutorials/angular-getting-started.html)
99

1010
## Next Steps
11-
- **Tutorials** Step #3 [Add the AngularJS JavaScript](http://go.sap.com/developer/tutorials/angular-add-javascript.html)
11+
- **Tutorials** Step #3 [Add the AngularJS JavaScript](http://www.sap.com/developer/tutorials/angular-add-javascript.html)
1212

1313

1414
## Details
@@ -306,5 +306,5 @@ So, now that we have Bootstrap, let's set up the template for our application.
306306
- [Bootstrap](https://getbootstrap.com/) - get more information about Bootstrap.
307307
308308
## Next Steps
309-
- **Tutorials** Step #3 [Add the AngularJS JavaScript](http://go.sap.com/developer/tutorials/angular-add-javascript.html)
309+
- **Tutorials** Step #3 [Add the AngularJS JavaScript](http://www.sap.com/developer/tutorials/angular-add-javascript.html)
310310

tutorials/angular-filters/angular-filters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ tags: [ tutorial>beginner, topic>html5, topic>mobile, topic>odata, products>sap
55
---
66
## Prerequisites
77
- **Proficiency:** Beginner
8-
- **Tutorials:** Step #7 [Bootstrap Forms](http://go.sap.com/developer/tutorials/angular-forms-intro.html)
8+
- **Tutorials:** Step #7 [Bootstrap Forms](http://www.sap.com/developer/tutorials/angular-forms-intro.html)
99

1010
## Next Steps
11-
- This is the end of this tutorial series. [Return to the Tutorial Navigator](http://go.sap.com/developer/tutorial-navigator.html) or the [Tutorial Catalog](http://go.sap.com/developer/tutorials.html).
11+
- This is the end of this tutorial series. [Return to the Tutorial Navigator](http://www.sap.com/developer/tutorial-navigator.html) or the [Tutorial Catalog](http://www.sap.com/developer/tutorials.html).
1212

1313
## Details
1414
### You will learn
@@ -251,4 +251,4 @@ Remember in our early application, the *Available* and *Discontinued* label were
251251

252252

253253
## Next Steps
254-
- This is the end of this tutorial series. [Return to the Tutorial Navigator](http://go.sap.com/developer/tutorial-navigator.html) or the [Tutorial Catalog](http://go.sap.com/developer/tutorials.html).
254+
- This is the end of this tutorial series. [Return to the Tutorial Navigator](http://www.sap.com/developer/tutorial-navigator.html) or the [Tutorial Catalog](http://www.sap.com/developer/tutorials.html).

tutorials/angular-forms-intro/angular-forms-intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ tags: [ tutorial>beginner, topic>html5, topic>mobile, topic>odata, products>sap
55
---
66
## Prerequisites
77
- **Proficiency:** Beginner
8-
- **Tutorials** Step #6 [Add a Header and Detail Modal Dialog](http://go.sap.com/developer/tutorials/angular-add-header-detail-dialog.html)
8+
- **Tutorials** Step #6 [Add a Header and Detail Modal Dialog](http://www.sap.com/developer/tutorials/angular-add-header-detail-dialog.html)
99

1010
## Next Steps
11-
- **Tutorials** Step #8 [AngularJS Filters](http://go.sap.com/developer/tutorials/angular-filters.html)
11+
- **Tutorials** Step #8 [AngularJS Filters](http://www.sap.com/developer/tutorials/angular-filters.html)
1212

1313
## Details
1414
### You will learn
@@ -236,4 +236,4 @@ The input field is in the form, but it's not connected to anything. Next, add i
236236
- We used the [`setTimeout()`](http://www.w3schools.com/jsref/met_win_settimeout.asp) JavaScript function to add a delay before the alert box disappeared. `setTimeout()` puts an event on the event queue after a specified delay (in milliseconds). This is the best way to delay something, as the user will not be blocked while waiting for the timer to expire.
237237

238238
## Next Steps
239-
- **Tutorials** Step #8 [AngularJS Filters](http://go.sap.com/developer/tutorials/angular-filters.html)
239+
- **Tutorials** Step #8 [AngularJS Filters](http://www.sap.com/developer/tutorials/angular-filters.html)

tutorials/angular-getting-started/angular-getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ tags: [ tutorial>beginner, topic>html5, topic>mobile, topic>odata, products>sap
55
---
66
## Prerequisites
77
- **Proficiency:** Beginner
8-
- **Tutorials:** You will need a HANA Cloud Platform (HCP) trial account for this tutorial series. [Create an HCP Trial Account](http://go.sap.com/developer/tutorials/hcp-create-trial-account.html)
8+
- **Tutorials:** You will need a HANA Cloud Platform (HCP) trial account for this tutorial series. [Create an HCP Trial Account](http://www.sap.com/developer/tutorials/hcp-create-trial-account.html)
99

1010
## Next Steps
1111
#### AngularJS Series
12-
- **Tutorials:** Step 2 [Create the Bootstrap Template](http://go.sap.com/developer/tutorials/angular-bootstrap-template.html)
12+
- **Tutorials:** Step 2 [Create the Bootstrap Template](http://www.sap.com/developer/tutorials/angular-bootstrap-template.html)
1313

1414
## Details
1515
### You will learn
@@ -117,5 +117,5 @@ In this tutorial series, we will explore another technology for Single Page Appl
117117
Yes, you can. We are using Web IDE because it provides an unlimited, free, developer account. It also has a built-in web front end, so that you can test your code immediately. And, it has a pretty good HTML and JavaScript editing system. But there are plenty of other development IDE's, including Eclipse, that would work as well. Feel free to use the one that your company is using, or try out a new one.
118118

119119
## Next Steps
120-
- **Tutorials:** Step 2 [Create the Bootstrap Template](http://go.sap.com/developer/tutorials/angular-bootstrap-template.html)
120+
- **Tutorials:** Step 2 [Create the Bootstrap Template](http://www.sap.com/developer/tutorials/angular-bootstrap-template.html)
121121

tutorials/angular-separate-files/angular-separate-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ tags: [ tutorial>beginner, topic>html5, topic>mobile, topic>odata, products>sap
55
---
66
## Prerequisites
77
- **Proficiency:** Beginner
8-
- **Tutorials** Step #3 [Add the AngularJS JavaScript](http://go.sap.com/developer/tutorials/angular-add-javascript.html)
8+
- **Tutorials** Step #3 [Add the AngularJS JavaScript](http://www.sap.com/developer/tutorials/angular-add-javascript.html)
99

1010
## Next Steps
11-
- **Tutorials** Step #5 [Add ODATA to the application](http://go.sap.com/developer/tutorials/angular-add-odata.html)
11+
- **Tutorials** Step #5 [Add ODATA to the application](http://www.sap.com/developer/tutorials/angular-add-odata.html)
1212

1313

1414
## Details
@@ -163,4 +163,4 @@ Follow the same procedures to move the CSS file
163163

164164

165165
## Next Steps
166-
- **Tutorials** Step #5 Add ODATA to the application](http://go.sap.com/developer/tutorials/angular-add-odata.html)
166+
- **Tutorials** Step #5 Add ODATA to the application](http://www.sap.com/developer/tutorials/angular-add-odata.html)

0 commit comments

Comments
 (0)