docs: use CDN URLs instead of the blob storage URLs for Devolutions logo (#631)

This commit is contained in:
Sébastien Duquette 2025-01-09 10:06:10 -05:00 committed by GitHub
parent 25bbb2682c
commit dd249909a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 32 additions and 94 deletions

View file

@ -1,7 +1,5 @@
#![doc = include_str!("../README.md")]
#![doc(
html_logo_url = "https://webdevolutions.blob.core.windows.net/images/projects/devolutions/logos/devolutions-icon-shadow.svg"
)]
#![doc(html_logo_url = "https://cdnweb.devolutions.net/images/projects/devolutions/logos/devolutions-icon-shadow.svg")]
#[macro_use]
extern crate tracing;