Skip to content

Commit ec4eca4

Browse files
docs: fix markdown link in the debugging section (#3081)
* docs: fix markdown link It was missing the closing parenthesis. * docs: fix markdown link It was missing the closing parenthesis.
1 parent d4c2f03 commit ec4eca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/more/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn main() {
4343

4444
### [`tracing-web`](https://crates.io/crates/tracing-web)
4545

46-
`tracing-web` can be used with [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber to output messages to the browser console.
46+
`tracing-web` can be used with [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber) to output messages to the browser console.
4747

4848
```rust, ignore
4949
use tracing_subscriber::{

website/versioned_docs/version-0.20/more/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn main() {
4343

4444
### [`tracing-web`](https://crates.io/crates/tracing-web)
4545

46-
`tracing-web` can be used with [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber to output messages to the browser console.
46+
`tracing-web` can be used with [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber) to output messages to the browser console.
4747

4848
```rust, ignore
4949
use tracing_subscriber::{

0 commit comments

Comments
 (0)