Skip to content

Commit b1a1735

Browse files
jahandsmaheshwarip
authored andcommitted
[Workers] Fix broken link in routing.mdx (#17234)
1 parent e187cf2 commit b1a1735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this example, request to `example.com/blog` serves the `blog.html` file.
2525

2626
![A request to `example.com/blog` serves the `/blog.html` file. ](~/assets/images/workers/platform/assets/workers-assets-serve-asset.png)
2727

28-
2. If there are no assets that match the current route requested then the Worker will be invoked. If there is no Worker, [`not_found_handling`](/workers/static-assets/routing/#not_found_handling) will be evaluated. By default, a null-body 404-status response will be served.
28+
2. If there are no assets that match the current route requested then the Worker will be invoked. If there is no Worker, [`not_found_handling`](/workers/static-assets/routing/#2-not_found_handling) will be evaluated. By default, a null-body 404-status response will be served.
2929

3030
In this example, request to `example.com/api` doesn't match a static asset so the Worker is invoked.
3131

0 commit comments

Comments
 (0)