readme: use a logo url available from everywhere (#21066)

# Objective

- Logo in the readme is only available with the full repo and parsing
markdown links
- For example, doesn't work on https://docs.rs/crate/bevy/0.16.1

## Solution

- Use an url on the website
This commit is contained in:
François Mockers
2025-09-15 23:11:36 +02:00
committed by GitHub
parent 2ef73c5cc1
commit 98610c3e26
+1 -1
View File
@@ -1,4 +1,4 @@
# [![Bevy](assets/branding/bevy_logo_light_dark_and_dimmed.svg)](https://bevy.org)
# [![Bevy](https://bevy.org/assets/bevy_logo_light_dark_and_dimmed.svg)](https://bevy.org)
[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/bevyengine/bevy#license)
[![Crates.io](https://img.shields.io/crates/v/bevy.svg)](https://crates.io/crates/bevy)