Skip to content

Commit 314b9af

Browse files
Updated dead links
1 parent 6c8bffc commit 314b9af

5 files changed

Lines changed: 4 additions & 9 deletions

File tree

tutorials/sapui5-webide-add-order-activity/sapui5-webide-add-order-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ That is all for this series! Return to the tutorial catalog for more tutorials
9393
- This is the end of this tutorial series.
9494
9595
## Additional Information
96-
- [`Footer`](https://sapui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.Page/preview)- [`MessageBox`](https://sapui5.hana.ondemand.com/docs/api/symbols/sap.m.MessageBox.html)- [`MessageToast`](https://sapui5.hana.ondemand.com/docs/api/symbols/sap.m.MessageToast.html)
96+
- [`Footer`](https://sapui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.Page/preview)- [`MessageBox`](https://sapui5.hana.ondemand.com/#/api/sap.m.MessageBox)- [`MessageToast`](https://sapui5.hana.ondemand.com/#/api/sap.m.MessageToast)

tutorials/sapui5-webide-add-search-field/sapui5-webide-add-search-field.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ You will add a `<SearchField>` control to the initial page of the application. W
6464
- The next tutorial in the series is Part 10: [Add an Order Activity to the form](https://www.sap.com/developer/tutorials/sapui5-webide-add-order-activity.html)
6565

6666
## Additional Information
67-
- [`<SearchField>` element](https://sapui5.hana.ondemand.com/explored.html#/entity/sap.m.SearchField/samples)
68-
- [Model filter](https://sapui5.hana.ondemand.com/docs/api/symbols/sap.ui.model.Filter.html)
67+
- [`<SearchField>` element](https://sapui5.hana.ondemand.com/#/api/sap.m.SearchField)
68+
- [Model filter](https://sapui5.hana.ondemand.com/#/api/sap.ui.model.Filter)

tutorials/sapui5-webide-display-list-details/sapui5-webide-display-list-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ You will also add a Detail view and controller as well as alter the `View1` view
179179

180180
## Additional Reading
181181
- [Routing with mandatory parameters](https://help.sap.com/saphelp_nw75/helpdata/en/f9/6d2522a5ca4382a274ae3c6d002ca0/content.htm)
182-
- [`<VBox>`](https://sapui5.hana.ondemand.com/docs/api/symbols/sap.m.VBox.html)
182+
- [`<VBox>`](https://sapui5.hana.ondemand.com/#/api/sap.m.VBox)

tutorials/sapui5-webide-enable-routing/sapui5-webide-enable-routing.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,3 @@ You have to add a routing configuration to the descriptor file and initialize th
144144

145145
## Next Steps
146146
- The next tutorial in this series is Part 6: [Display List Details](https://www.sap.com/developer/tutorials/sapui5-webide-display-list-details.html)
147-
148-
## Additional Information
149-
- [Additional reading and details on Routing and Navigation](https://sapui5.netweaver.ondemand.com/docs/guide/3d18f20bd2294228acb6910d8e8a5fb5.html)

tutorials/sapui5-webide-setup-datasource/sapui5-webide-setup-datasource.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ Now that the application has a connection to the "Northwind" destination, the ne
7878

7979
There are two ways to create a model: in the JavaScript code, or by using the `mainfest.json` file. Adding the model to the `manifest.json` file will set one up automatically.
8080

81-
> **NOTE** To create the model directly in JavaScript, read [the model help documentation](https://sapui5.netweaver.ondemand.com/docs/guide/5278bfd38f3940b192df0e39f2fb33b3.html).
82-
8381

8482
1. Open the `manifest.json` file, and select the **Models** link at the top of the screen:
8583

0 commit comments

Comments
 (0)