Skip to content

Commit ab049ed

Browse files
committed
fixed logo link
1 parent 064d136 commit ab049ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//!
4242
//! We aim towards changing this, so that windows are always created with the physical size specified in `Conf`, but that's not directly supported by miniquad currently.
4343
44-
#![doc(html_logo_url = "https://github.com/ggez/good-web-game/blob/master/about/logo.png")]
44+
#![doc(html_logo_url = "https://raw.githubusercontent.com/ggez/good-web-game/master/about/logo.png")]
4545

4646
pub mod audio;
4747
pub mod conf;

0 commit comments

Comments
 (0)