Skip to content

Commit 610241b

Browse files
Fix broken link in deploy.md
1 parent e33c42b commit 610241b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This is great as the deployment server doesn't need to install an extra runtime
5555
### Why not --minify
5656
Bun does have `--minify` flag that will minify the binary.
5757

58-
However if we are using [OpenTelemetry](/plugin/opentelemetry), it's going to reduce a function name to a single character.
58+
However if we are using [OpenTelemetry](/plugins/opentelemetry), it's going to reduce a function name to a single character.
5959

6060
This make tracing harder than it should as OpenTelemetry rely on a function name.
6161

0 commit comments

Comments
 (0)