fix links for rustdoc (#3)

This commit is contained in:
Jane Lusby 2020-05-06 21:07:42 -07:00 committed by GitHub
parent 1ca762d652
commit ee694c212a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
//!