mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00
docs: fix broken splash graphic link (#913)
Somehow a single line of whitespace is load-bearing I guess? MARKDOWN! Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
6361e8989d
commit
bb8e977ab7
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
[![Crates.io][crates-badge]][crates-url]
|
[![Crates.io][crates-badge]][crates-url]
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-appender
|
# tracing-appender
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-attributes
|
# tracing-attributes
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-core
|
# tracing-core
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-error
|
# tracing-error
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-flame
|
# tracing-flame
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-futures
|
# tracing-futures
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-journald
|
# tracing-journald
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-log
|
# tracing-log
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# Tracing OpenTelemetry
|
# Tracing OpenTelemetry
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-serde
|
# tracing-serde
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing-subscriber
|
# tracing-subscriber
|
||||||
|
|
||||||
Utilities for implementing and composing [`tracing`][tracing] subscribers.
|
Utilities for implementing and composing [`tracing`][tracing] subscribers.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
![Tracing — Structured, application-level diagnostics][splash]
|
![Tracing — Structured, application-level diagnostics][splash]
|
||||||
|
|
||||||
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
|
||||||
|
|
||||||
# tracing
|
# tracing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user