From f76dba8a76c6adf8aab0969336fccf910347bdb4 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 13 Feb 2019 15:45:47 +1300 Subject: [PATCH] Fix URL to documentation. The docs at https://docs.rs/failure/0.1.5/failure/ were linking to the pre-nursery versions of the docs from withoutboats; this is harmful as the recommended use has evolved. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 02c239f..dddfd22 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ //! An experimental new error-handling library. Guide-style introduction -//! is available [here](https://boats.gitlab.io/failure/). +//! is available [here](https://rust-lang-nursery.github.io/failure/). //! //! The primary items exported by this library are: //!