Skip to content

Commit 134f350

Browse files
author
Matt Maribojoc
authored
docs: fix middleware img (#7110)
1 parent 1e039cb commit 134f350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/3.middleware/2.guides/3.extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const extension = {
6565
Middleware extensions allow you to extend your Express.js server, register additional API endpoints, or hook into the
6666
lifecycle of a request sent to a given Server Middleware integration from the application.
6767

68-
<img alt="Middleware Data Flow" src="./img/extensions/data-flow.svg" class="mx-auto" />
68+
<img alt="Middleware Data Flow" src="../img/extensions/data-flow.svg" class="mx-auto" />
6969

7070
## Use Cases
7171

0 commit comments

Comments
 (0)