Skip to content

Commit 061211c

Browse files
committed
fix links
1 parent e5f2c27 commit 061211c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/providing-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ service AdminService {
155155

156156
## Generic Providers
157157

158-
The CAP runtimes for [Node.js](../node.js) and [Java](../java) provide a wealth of generic implementations, which serve most requests automatically, with out-of-the-box solutions to recurring tasks such as search, pagination, or input validation — the majority of this guide focuses on these generic features.
158+
The CAP runtimes for [Node.js](../node.js/) and [Java](../java/) provide a wealth of generic implementations, which serve most requests automatically, with out-of-the-box solutions to recurring tasks such as search, pagination, or input validation — the majority of this guide focuses on these generic features.
159159

160160
In effect, a service definition [as introduced above](#service-definitions) is all we need to run a full-fledged server out of the box. The need for coding reduces to real custom logic specific to a project's domain → section [Custom Logic](#custom-logic) picks that up.
161161

162162

163163
### Serving CRUD Requests {#serving-crud}
164164

165-
The CAP runtimes for [Node.js](../node.js) and [Java](../java) provide generic handlers, which automatically serve all CRUD requests to entities for CDS-modelled services on top of a default [primary database](databases).
165+
The CAP runtimes for [Node.js](../node.js/) and [Java](../java/) provide generic handlers, which automatically serve all CRUD requests to entities for CDS-modelled services on top of a default [primary database](databases).
166166

167167
This comprises read and write operations like that:
168168

0 commit comments

Comments
 (0)