Skip to content

Commit 7fb4ed6

Browse files
committed
Fixed more links to capire/samples
1 parent 9c39737 commit 7fb4ed6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

guides/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,4 +1191,4 @@ Once you have 2 non-HANA local databases, you need to have 2 distinct database c
11911191
11921192
</div>
11931193
1194-
CAP samples demonstrate this in [cap/samples/fiori](https://github.com/SAP-samples/cloud-cap-samples/commit/65c8c82f745e0097fab6ca8164a2ede8400da803).
1194+
CAP samples demonstrate this in [@capire/bookstore](https://github.com/capire/bookstore/tree/main/db).

guides/messaging/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Follow the instructions in [*cap/samples/readme*](https://github.com/capire) for
121121

122122
### Declaring Events in CDS
123123

124-
Package `@capire/reviews` essentially provides a `ReviewsService`, [declared like that](https://github.com/sap-samples/cloud-cap-samples/blob/main/reviews/srv/reviews-service.cds):
124+
Package `@capire/reviews` essentially provides a `ReviewsService`, [declared like that](https://github.com/capire/reviews/tree/main/srv/reviews-service.cds):
125125

126126
```cds
127127
service ReviewsService {
@@ -151,7 +151,7 @@ As you can read from the definitions, the service's synchronous API allows to cr
151151

152152
### Emitting Events
153153

154-
Find the code to emit events in *[@capire/reviews/srv/reviews-service.js](https://github.com/SAP-samples/cloud-cap-samples/blob/139d9574950d1a5ead475c7b47deb174418500e4/reviews/srv/reviews-service.js#L12-L20)*:
154+
Find the code to emit events in *[@capire/reviews/srv/reviews-service.js](https://github.com/capire/reviews/tree/main/srv/reviews-service.js#L12-L20)*:
155155

156156
```js
157157
class ReviewsService extends cds.ApplicationService { async init() {

node.js/cds-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To ensure `cds.env`, and hence all plugins, are loaded from the test's target fo
6161
### Testing Service APIs
6262

6363

64-
As `cds.test()` launches the server in the current process, you can access all services programmatically using the respective [Node.js Service APIs](core-services). Here's an example for that taken from [*cap/samples*](https://github.com/SAP-samples/cloud-cap-samples/blob/a8345122ea5e32f4316fe8faef9448b53bd097d4/test/consuming-services.test.js#L2):
64+
As `cds.test()` launches the server in the current process, you can access all services programmatically using the respective [Node.js Service APIs](core-services). Here's an example for that:
6565

6666

6767
```js

tools/cds-typer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ bookshop/
447447
└── ...
448448
```
449449

450-
The following two (equally valid) statements would amount to the same import [from within the catalog service](https://github.com/SAP-samples/cloud-cap-samples/blob/main/bookshop/srv/cat-service.js):
450+
The following two (equally valid) statements would amount to the same import [from within the catalog service](https://github.com/capire/bookshop/tree/main/srv/cat-service.js):
451451

452452
```js
453453
// srv/cat-service.js

0 commit comments

Comments
 (0)