Skip to content

Commit 05d856b

Browse files
committed
docs(api-server): update data access flow guide link
- Replace incorrect link with correct URL for the Architectural Deep Dive guide - Ensure proper navigation to the intended resource
1 parent 02635be commit 05d856b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/api-server/architecture/generic-data-endpoint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ When a request comes in, middleware uses the `ModelRegistry` to authorize the re
3434
</Aside>
3535

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

0 commit comments

Comments
 (0)