From a67fca901f89ae7e62dfc161b45a2c5ca1121896 Mon Sep 17 00:00:00 2001 From: Jeron Aldaron Lau Date: Sat, 29 Jan 2022 00:16:37 -0600 Subject: [PATCH] Update logo and icon for docs. --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 682cb44..c1ad68a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -80,8 +80,8 @@ #![no_std] #![doc( - html_logo_url = "https://libcala.github.io/logo.svg", - html_favicon_url = "https://libcala.github.io/icon.svg", + html_logo_url = "https://ardaku.github.io/mm/logo.svg", + html_favicon_url = "https://ardaku.github.io/mm/icon.svg", html_root_url = "https://docs.rs/fon" )] #![deny(unsafe_code)]