From 935cd93f5a5f8d9dd2c45822145ecdc1cc3f4188 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 30 Sep 2025 16:29:49 +0800 Subject: [PATCH] chore: Fix rust logo URL in test.md. --- crates/story/examples/fixtures/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/story/examples/fixtures/test.md b/crates/story/examples/fixtures/test.md index 464000db..56c525cc 100644 --- a/crates/story/examples/fixtures/test.md +++ b/crates/story/examples/fixtures/test.md @@ -85,7 +85,7 @@ Here is a link to [Google](https://www.google.com), and another to [Rust](https: ### SVG -![Rust](https://www.rust-lang.org/logos/rust-logo-blk.svg) +![Rust](https://rust-lang.org/static/images/rust-logo-blk.svg) ## Table