Skip to content

Commit 835d90a

Browse files
committed
Fix link again
1 parent 9b4163d commit 835d90a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node.js/core-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ var srv.entities/events/actions : Iterable <{
406406
}>
407407
```
408408

409-
These properties provide convenient access to the CSN definitions of the *entities*, *events* and *actions* (incl. *functions*) exposed by this service. They return instances of [`LinkedDefinitions`](cds-reflect#linked-definitions) which you can use in all of these ways:
409+
These properties provide convenient access to the CSN definitions of the *entities*, *events* and *actions* (incl. *functions*) exposed by this service. They return instances of [`LinkedDefinitions`](cds-reflect#iterable) which you can use in all of these ways:
410410

411411
```js
412412
// Assumed `this` is an instance of cds.Service

0 commit comments

Comments
 (0)