Skip to content

Commit 8708fe5

Browse files
committed
docs(api-server): update link to data access flow in data management API
- Replace relative URL with absolute URL for data access flow guide - Ensure link consistency and proper navigation within documentation
1 parent e4f3e61 commit 8708fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/api-server/features/data-management-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The power behind this generic endpoint comes from two central registries:
3232
2. **The Data Operation Registry (`DataOperationRegistry`)**: This registry provides the **actions**. It maps a model name to the actual functions that perform the CRUD operations (Create, Read, Update, Delete).
3333

3434
<Aside type="tip">
35-
For a detailed technical explanation of how these registries and the middleware work together, see the [**Architectural Deep Dive: Data Access Flow**](../architecture/data-access-flow) guide.
35+
For a detailed technical explanation of how these registries and the middleware work together, see the [**Architectural Deep Dive: Data Access Flow**](/docs/api-server/architecture/data-access-flow) guide.
3636
</Aside>
3737

3838
### Supported Models

0 commit comments

Comments
 (0)