Skip to content

Commit 3e3ded6

Browse files
authored
[rust] fix link to deprecated crate (#7665)
1 parent 0ae5155 commit 3e3ded6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/languages/rust/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: How to instrument libraries an app depends on
1212
Each instrumentation library is a [crate](https://crates.io/).
1313

1414
For example, the
15-
[instrumentation library for Actix Web](https://crates.io/crates/actix-web-opentelemetry)
15+
[instrumentation library for Actix Web](https://crates.io/crates/opentelemetry-instrumentation-actix-web)
1616
will automatically create [spans](/docs/concepts/signals/traces/#spans) and
1717
[metrics](/docs/concepts/signals/metrics/) based on the inbound HTTP requests.
1818

0 commit comments

Comments
 (0)