From f87c80e05ceddd50150746633ed9a1129b6e35fc Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 8 Sep 2020 21:54:08 +0200 Subject: [PATCH] Update rustdoc html_favicon_url to use the new lettre.rs domain --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2a97576..faa55b6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -21,7 +21,7 @@ //! * **hostname**: Ability to try to use actual hostname in SMTP transaction #![doc(html_root_url = "https://docs.rs/lettre/0.10.0")] -#![doc(html_favicon_url = "https://lettre.at/favicon.png")] +#![doc(html_favicon_url = "https://lettre.rs/favicon.ico")] #![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/15113230?v=4")] #![deny( missing_copy_implementations,