Skip to content

Commit 0505240

Browse files
committed
broken image and link fix
1 parent 336708c commit 0505240

12 files changed

Lines changed: 46 additions & 28 deletions

File tree

tutorials/api-tools-postman-install/api-tools-postman-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [ tutorial>how-to, tutorial>beginner, topic>cloud, products>sap-api-manag
88
- **Proficiency:** Beginner
99

1010
## Next Steps
11-
- [View all How-Tos](http://www.sap.com/developer/tutorial-navigator.how-to.html)
11+
- [View all How-Tos](https://www.sap.com/developer/tutorial-navigator.tutorials.html?tag=tutorial:type/how-to)
1212

1313

1414
## How-To Details
@@ -71,4 +71,4 @@ you are now all set to move to your next tutorial.
7171

7272

7373
## Next Steps
74-
- [View all How-Tos](http://www.sap.com/developer/tutorial-navigator.how-to.html)
74+
- [View all How-Tos](https://www.sap.com/developer/tutorial-navigator.tutorials.html?tag=tutorial:type/how-to)

tutorials/hcpps-ps-configure-dbpool/hcpps-ps-configure-dbpool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags: [ tutorial>how-to, tutorial>beginner, products>sap-predictive-service ]
1212

1313
## Next Steps
1414
- [Install a REST client to interact with the SAP Predictive services](http://www.sap.com/developer/tutorials/hcpps-rest-client-install.html)
15-
- [View all How-Tos](http://www.sap.com/developer/tutorial-navigator.how-to.html)
15+
- [View all How-Tos](https://www.sap.com/developer/tutorial-navigator.tutorials.html?tag=tutorial:type/how-to)
1616

1717
## How-To Details
1818

@@ -74,4 +74,4 @@ An new entry will appear in the **Operation results**.
7474

7575
## Next Steps
7676
- [Install a REST client to interact with the SAP Predictive services](http://www.sap.com/developer/tutorials/hcpps-rest-client-install.html)
77-
- [View all How-Tos](http://www.sap.com/developer/tutorial-navigator.how-to.html)
77+
- [View all How-Tos](https://www.sap.com/developer/tutorial-navigator.tutorials.html?tag=tutorial:type/how-to)

tutorials/hcpps-troubleshoot/hcpps-troubleshoot.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This troubleshooting is applicable for the following tutorial groups:
1414
- [Build an SAPUI5 application to interact with the SAP Predictive services](https://www.sap.com/developer/groups/ps-sapui5.html)
1515

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

1919

2020
## How-To Details
@@ -140,7 +140,7 @@ If the application cannot start and hangs on with a "Starting" status for a whil
140140

141141
This one might be related to multiple causes and the best way to diagnose is to check the logs available under **Monitoring** > **Logging**.
142142

143-
Check the latest "Default Traces" item using the ![icon](00-glasses.png)
143+
Check the latest "Default Traces" item using the ![icon](00-glasses.png)
144144

145145
You can also download the file locally using the ![icon](0-download.png) icon.
146146

@@ -174,7 +174,7 @@ Check the application status.
174174

175175
If the application is started, then the best way to diagnose the issue is to check the logs available under **Monitoring** > **Logging**.
176176

177-
Check the latest "Default Traces" item using the ![icon](00-glasses.png)
177+
Check the latest "Default Traces" item using the ![icon](00-glasses.png)
178178

179179
You can also download the file locally using the ![icon](0-download.png) icon.
180180

@@ -280,7 +280,7 @@ For example, in the "Dataset" call you will have to use the following URL:
280280
281281
Which would give you something like this (where XXXXXXXXXXX is your account identifier:
282282
283-
- https://aac4paservicesXXXXXXXXXXXtrial.hanatrial.ondemand.com/com.sap.aa.c4pa.services/dataset/sync
283+
- `https://aac4paservicesXXXXXXXXXXXtrial.hanatrial.ondemand.com/com.sap.aa.c4pa.services/dataset/sync`
284284
285285
----
286286
@@ -481,4 +481,4 @@ Make sure you check all these common issues.
481481
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.
482482

483483
## Next Steps
484-
- [View all How-Tos](http://www.sap.com/developer/tutorial-navigator.how-to.html)
484+
- [View all How-Tos](https://www.sap.com/developer/tutorial-navigator.tutorials.html?tag=tutorial:type/how-to)

tutorials/mlb-hxe-import-data-eclipse/mlb-hxe-import-data-eclipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Now, repeat the steps for the **`data_2.csv`** file with the following import pr
168168

169169
- Select the **Existing** radio, and pick **`ML_DATA.MYTABLE_ECLIPSE`**.
170170

171-
Using the **Mapping menu** icon ![mapping menu](07-mapping-menu.png), select the **One by One** option.
171+
Using the **Mapping menu** icon ![mapping menu](03-mapping-menu.png), select the **One by One** option.
172172

173173
Click on **Finish**.
174174

tutorials/mlb-hxe-import-data-pa-association/mlb-hxe-import-data-pa-association.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ OUTPUT_DIR=/usr/sap/HXE/HDB90/work/$OUTPUT_FILE
156156
mkdir $OUTPUT_DIR
157157

158158
# download the archive in the sample data directory
159-
wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
159+
# wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
160+
curl $URL -o $OUTPUT_DIR/$OUTPUT_FILE.zip
160161

161162
# switch to the new directory
162163
cd $OUTPUT_DIR
@@ -168,7 +169,7 @@ while [ "`find . -type f -name '*.zip' | wc -l`" -gt 0 ]; \
168169
-exec rm -- '{}' \;; done
169170
```
170171

171-
It requires WGET to be installed.
172+
It requires CURL (or WGET) to be installed.
172173

173174
The dataset files should now be located in: **`/usr/sap/HXE/HDB90/work/sample_association/Association_Rules`**
174175

tutorials/mlb-hxe-import-data-pa-census/mlb-hxe-import-data-pa-census.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ OUTPUT_DIR=/usr/sap/HXE/HDB90/work/$OUTPUT_FILE
113113
mkdir $OUTPUT_DIR
114114

115115
# download the archive in the sample data directory'
116-
wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
116+
# wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
117+
curl $URL -o $OUTPUT_DIR/$OUTPUT_FILE.zip
117118

118119
# switch to the new directory'
119120
cd $OUTPUT_DIR
@@ -126,7 +127,7 @@ while [ "`find . -type f -name '*.zip' | wc -l`" -gt 0 ]; \
126127

127128
```
128129

129-
It requires WGET to be installed.
130+
It requires CURL (or WGET) to be installed.
130131

131132
The dataset files should now be located in: **`/usr/sap/HXE/HDB90/work/sample_census/Census`**
132133

tutorials/mlb-hxe-import-data-pa-geolocalization/mlb-hxe-import-data-pa-geolocalization.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ OUTPUT_DIR=/usr/sap/HXE/HDB90/work/$OUTPUT_FILE
102102
mkdir $OUTPUT_DIR
103103

104104
# download the archive in the sample data directory
105-
wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
105+
# wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
106+
curl $URL -o $OUTPUT_DIR/$OUTPUT_FILE.zip
106107

107108
# switch to the new directory
108109
cd $OUTPUT_DIR
@@ -114,7 +115,7 @@ while [ "`find . -type f -name '*.zip' | wc -l`" -gt 0 ]; \
114115
-exec rm -- '{}' \;; done
115116
```
116117

117-
It requires WGET to be installed.
118+
It requires CURL (or WGET) to be installed.
118119

119120
The dataset files should now be located in: **`/usr/sap/HXE/HDB90/work/sample_geolocalization/Geolocalization`**
120121

tutorials/mlb-hxe-import-data-pa-social/mlb-hxe-import-data-pa-social.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ OUTPUT_DIR=/usr/sap/HXE/HDB90/work/$OUTPUT_FILE
144144
mkdir $OUTPUT_DIR
145145

146146
# download the archive in the sample data directory
147-
wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
147+
# wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
148+
curl $URL -o $OUTPUT_DIR/$OUTPUT_FILE.zip
148149

149150
# switch to the new directory
150151
cd $OUTPUT_DIR
@@ -159,7 +160,7 @@ while [ "`find . -type f -name '*.zip' | wc -l`" -gt 0 ]; \
159160
sed --in-place 's/[[:space:]]\+$//' $OUTPUT_DIR/Social/Contact/demo_contact_id_conversion.txt
160161
```
161162

162-
It requires WGET & SED to be installed.
163+
It requires CURL (or WGET) & SED to be installed.
163164

164165
It will also trim the trailing spaces from `demo_contact_id_conversion.txt` which will cause import errors if you don't.
165166

tutorials/mlb-hxe-import-data-pa-textcoding/mlb-hxe-import-data-pa-textcoding.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ OUTPUT_DIR=/usr/sap/HXE/HDB90/work/$OUTPUT_FILE
172172
mkdir $OUTPUT_DIR
173173

174174
# download the archive in the sample data directory
175-
wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
175+
# wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
176+
curl $URL -o $OUTPUT_DIR/$OUTPUT_FILE.zip
176177

177178
# switch to the new directory
178179
cd $OUTPUT_DIR
@@ -188,7 +189,7 @@ dos2unix ./Text_Coding/dmc2006.txt
188189
dos2unix ./Text_Coding/dmc2006_enriched.txt
189190
```
190191

191-
It requires WGET & SED to be installed.
192+
It requires CURL (or WGET) & DOS2UNIX to be installed.
192193

193194
It will also to explicitly convert the file from DOS to UNIX else the import will fail.
194195

tutorials/mlb-hxe-import-data-pa-timeseries/mlb-hxe-import-data-pa-timeseries.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ OUTPUT_DIR=/usr/sap/HXE/HDB90/work/$OUTPUT_FILE
180180
mkdir $OUTPUT_DIR
181181

182182
# download the archive in the sample data directory
183-
wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
183+
# wget -O $OUTPUT_DIR/$OUTPUT_FILE.zip $URL
184+
curl $URL -o $OUTPUT_DIR/$OUTPUT_FILE.zip
184185

185186
# switch to the new directory
186187
cd $OUTPUT_DIR
@@ -194,6 +195,8 @@ while [ "`find . -type f -name '*.zip' | wc -l`" -gt 0 ]; \
194195
for f in *\ *; do mv "$f" "${f// /}"; done
195196
```
196197

198+
It requires CURL (or WGET) to be installed.
199+
197200
The dataset files should now be located in: **`/usr/sap/HXE/HDB90/work/sample_timeseries/Timeseries`**
198201

199202
You can now move to **Step 3: Import Using the IMPORT FROM SQL command**.

0 commit comments

Comments
 (0)