From 2b635e6ebce884c5398977d0fbc00d8e76d10958 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Thu, 9 Jan 2025 14:22:19 +0100 Subject: [PATCH] Update doc headers --- crates/registry/src/lib.rs | 4 ++-- crates/rpc-types-engine/src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/registry/src/lib.rs b/crates/registry/src/lib.rs index 9991cf28..239b91ad 100644 --- a/crates/registry/src/lib.rs +++ b/crates/registry/src/lib.rs @@ -1,7 +1,7 @@ #![doc = include_str!("../README.md")] #![doc( - html_logo_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/alloy.jpg", - html_favicon_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/favicon.ico" + html_logo_url = "https://raw.githubusercontent.com/op-rs/maili/main/assets/square.png", + html_favicon_url = "https://raw.githubusercontent.com/op-rs/maili/main/assets/favicon.ico" )] #![cfg_attr(not(test), warn(unused_crate_dependencies))] #![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))] diff --git a/crates/rpc-types-engine/src/lib.rs b/crates/rpc-types-engine/src/lib.rs index e7ccac92..22ced736 100644 --- a/crates/rpc-types-engine/src/lib.rs +++ b/crates/rpc-types-engine/src/lib.rs @@ -1,7 +1,7 @@ #![doc = include_str!("../README.md")] #![doc( - html_logo_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/alloy.jpg", - html_favicon_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/favicon.ico" + html_logo_url = "https://raw.githubusercontent.com/op-rs/maili/main/assets/square.png", + html_favicon_url = "https://raw.githubusercontent.com/op-rs/maili/main/assets/favicon.ico" )] #![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))] #![cfg_attr(not(test), warn(unused_crate_dependencies))]