Skip to content

Commit e4f3e61

Browse files
committed
docs(api-server): update architectural deep dive guide link
Updated the link to the Architectural Deep Dive: Data Access Flow guide to ensure it is correctly referenced within the middleware documentation.
1 parent 05d856b commit e4f3e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/api-server/architecture/middleware.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ The server defines middleware at different levels of the route tree. Here’s a
3434
- `ownershipCheckMiddleware`: Verifies if the authenticated user is the owner of the fetched item, if required by the `ModelConfig`.
3535

3636
<Aside type="note">
37-
For a complete, step-by-step walkthrough of how these middleware interact with the data registries, see the [**Architectural Deep Dive: Data Access Flow**](./data-access-flow) guide.
37+
For a complete, step-by-step walkthrough of how these middleware interact with the data registries, see the [**Architectural Deep Dive: Data Access Flow**](/docs/api-server/architecture/data-access-flow) guide.
3838
</Aside>

0 commit comments

Comments
 (0)