Skip to content

Commit 8d2f5ec

Browse files
committed
switch links for SFlight
1 parent 4755c68 commit 8d2f5ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

advanced/analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ No custom implementation is necessary.
7171

7272
In this document, we don't explain the CDI protocol, but explain what needs to be done
7373
in a CAP application to manually implement the required services. The examples are
74-
based on the master data entities of the [CAP SFlight Sample App](https://github.com/SAP-samples/cap-sflight).
74+
based on the master data entities of the [CAP SFlight Sample App](https://github.com/capire/xtravels).
7575

7676
Note: delta handling isn't supported.
7777

get-started/learning-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ A reference sample application for CAP and the SAP BTP Developer Guide.
117117
### CAP SFlight {.github}
118118

119119
> [![]()](https://github.com/sap-samples/cap-sflight){.java}
120-
> [![]()](https://github.com/sap-samples/cap-sflight){.node}
120+
> [![]()](https://github.com/capire/xtravels){.node}
121121
122122
This sample is a CAP adaptation of the popular [SFLIGHT](https://blog.sap-press.com/what-is-sflight-and-the-flight-and-booking-data-model-for-abap) sample app in ABAP. It's a great source for how to add SAP **Fiori** applications to a CAP project, including adding UI test suites on various stacks.
123123

guides/databases-sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ The rules regarding Timestamps apply to all comparison operators: `=`, `<`, `>`,
492492

493493
### Improved Performance {.node}
494494

495-
The combination of the above-mentioned improvements commonly leads to significant performance improvements. For example, displaying the list page of Travels in [cap/sflight](https://github.com/SAP-samples/cap-sflight) took **>250ms** in the past, and **~15ms** now.
495+
The combination of the above-mentioned improvements commonly leads to significant performance improvements. For example, displaying the list page of Travels in [capire/xtravels](https://github.com/capire/xtravels) took **>250ms** in the past, and **~15ms** now.
496496

497497

498498

0 commit comments

Comments
 (0)