Skip to content

Commit bc33c24

Browse files
committed
Convert html links to intra-doc links
1 parent 1cff785 commit bc33c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ impl Error {
490490
/// context has been attached. For details about the interaction between
491491
/// context and downcasting, [see here].
492492
///
493-
/// [see here]: trait.Context.html#effect-on-downcasting
493+
/// [see here]: crate::Context#effect-on-downcasting
494494
pub fn is<E>(&self) -> bool
495495
where
496496
E: Display + Debug + Send + Sync + 'static,

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
//! - If you want only panics to have backtraces, set `RUST_BACKTRACE=1` and
140140
//! `RUST_LIB_BACKTRACE=0`.
141141
//!
142-
//! [`std::backtrace`]: https://doc.rust-lang.org/std/backtrace/index.html#environment-variables
142+
//! [`std::backtrace`]: std::backtrace#environment-variables
143143
//!
144144
//! - Anyhow works with any error type that has an impl of `std::error::Error`,
145145
//! including ones defined in your crate. We do not bundle a `derive(Error)`

0 commit comments

Comments
 (0)