From bb8e977ab7ad673c1688a12d81e6378922da7a95 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Mon, 10 Aug 2020 15:24:31 -0700 Subject: [PATCH] docs: fix broken splash graphic link (#913) Somehow a single line of whitespace is load-bearing I guess? MARKDOWN! Signed-off-by: Eliza Weisman --- README.md | 1 + tracing-appender/README.md | 1 + tracing-attributes/README.md | 1 + tracing-core/README.md | 1 + tracing-error/README.md | 1 + tracing-flame/README.md | 1 + tracing-futures/README.md | 1 + tracing-journald/README.md | 1 + tracing-log/README.md | 1 + tracing-opentelemetry/README.md | 1 + tracing-serde/README.md | 1 + tracing-subscriber/README.md | 4 ++++ tracing/README.md | 1 + 13 files changed, 16 insertions(+) diff --git a/README.md b/README.md index e1cbb2b392..780842ee3f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg [![Crates.io][crates-badge]][crates-url] diff --git a/tracing-appender/README.md b/tracing-appender/README.md index 1f5f9477d1..fb8e40b6c1 100644 --- a/tracing-appender/README.md +++ b/tracing-appender/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing-appender diff --git a/tracing-attributes/README.md b/tracing-attributes/README.md index e2c444f40d..2e76de10db 100644 --- a/tracing-attributes/README.md +++ b/tracing-attributes/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing-attributes diff --git a/tracing-core/README.md b/tracing-core/README.md index c59ed86023..91b1877d14 100644 --- a/tracing-core/README.md +++ b/tracing-core/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing-core diff --git a/tracing-error/README.md b/tracing-error/README.md index 3824053cd5..0784fe2c5b 100644 --- a/tracing-error/README.md +++ b/tracing-error/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing-error diff --git a/tracing-flame/README.md b/tracing-flame/README.md index a205eaf198..eb060b58c7 100644 --- a/tracing-flame/README.md +++ b/tracing-flame/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing-flame diff --git a/tracing-futures/README.md b/tracing-futures/README.md index 2ddb510131..a30943efca 100644 --- a/tracing-futures/README.md +++ b/tracing-futures/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing-futures diff --git a/tracing-journald/README.md b/tracing-journald/README.md index fe70a96c97..ff18f8e649 100644 --- a/tracing-journald/README.md +++ b/tracing-journald/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing-journald diff --git a/tracing-log/README.md b/tracing-log/README.md index 49392c5c1d..c021caf328 100644 --- a/tracing-log/README.md +++ b/tracing-log/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing-log diff --git a/tracing-opentelemetry/README.md b/tracing-opentelemetry/README.md index 33b2cebb23..a75cfc730b 100644 --- a/tracing-opentelemetry/README.md +++ b/tracing-opentelemetry/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # Tracing OpenTelemetry diff --git a/tracing-serde/README.md b/tracing-serde/README.md index 547c004edc..7abb23c381 100644 --- a/tracing-serde/README.md +++ b/tracing-serde/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing-serde diff --git a/tracing-subscriber/README.md b/tracing-subscriber/README.md index 285def639a..96f8f5928e 100644 --- a/tracing-subscriber/README.md +++ b/tracing-subscriber/README.md @@ -1,3 +1,7 @@ +![Tracing — Structured, application-level diagnostics][splash] + +[splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg + # tracing-subscriber Utilities for implementing and composing [`tracing`][tracing] subscribers. diff --git a/tracing/README.md b/tracing/README.md index b8cba4d10e..686caa7069 100644 --- a/tracing/README.md +++ b/tracing/README.md @@ -1,4 +1,5 @@ ![Tracing — Structured, application-level diagnostics][splash] + [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg # tracing