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 e1cbb2b3..780842ee 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 1f5f9477..fb8e40b6 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 e2c444f4..2e76de10 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 c59ed860..91b1877d 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 3824053c..0784fe2c 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 a205eaf1..eb060b58 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 2ddb5101..a30943ef 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 fe70a96c..ff18f8e6 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 49392c5c..c021caf3 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 33b2cebb..a75cfc73 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 547c004e..7abb23c3 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 285def63..96f8f592 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 b8cba4d1..686caa70 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