From ee694c212a369def39f5c840499f764543c956af Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Wed, 6 May 2020 21:07:42 -0700 Subject: [PATCH] fix links for rustdoc (#3) --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 9823180..7093ce1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -76,15 +76,15 @@ //! //! ## Minimal Report Format //! -//! ![minimal report format](./pictures/minimal.png) +//! ![minimal report format](https://raw.githubusercontent.com/yaahc/color-eyre/master/pictures/minimal.png) //! //! ## Short Report Format (with `RUST_LIB_BACKTRACE=1`) //! -//! ![short report format](./pictures/short.png) +//! ![short report format](https://raw.githubusercontent.com/yaahc/color-eyre/master/pictures/short.png) //! //! ## Full Report Format (with `RUST_LIB_BACKTRACE=full`) //! -//! ![full report format](./pictures/full.png) +//! ![full report format](https://raw.githubusercontent.com/yaahc/color-eyre/master/pictures/full.png) //! //! ## Explanation //!