bevy/crates/bevy_solari/src
BD103 a35a9cb418
Fix link to bevy_solari logo (#20097)
# Objective

The `bevy_solari` logo doesn't load in the
[dev-docs](https://dev-docs.bevy.org/bevy/solari/index.html):

<img width="1572" height="594" alt="image"
src="https://github.com/user-attachments/assets/c662402a-a729-4982-bb7f-add072742f4c"
/>

This is because the link to the image,
<https://raw.githubusercontent.com/bevyengine/bevy/assets/branding/bevy_solari.svg>,
returns a 404 not found.

## Solution

Fix the link to point to
<https://raw.githubusercontent.com/bevyengine/bevy/refs/heads/main/assets/branding/bevy_solari.svg>!

![Solari
Logo](https://raw.githubusercontent.com/bevyengine/bevy/refs/heads/main/assets/branding/bevy_solari.svg)

## Testing

Open up the crate page for `bevy_solari` and make sure the image loads
:)

```sh
cargo doc -p bevy_solari --open --no-deps
```
2025-07-14 21:25:44 +00:00
..
pathtracer Solari initial GI (#20020) 2025-07-13 17:23:38 +00:00
realtime Fix visibility (re)use in Solari DI (#20113) 2025-07-13 19:33:09 +00:00
scene Solari initial GI (#20020) 2025-07-13 17:23:38 +00:00
lib.rs Fix link to bevy_solari logo (#20097) 2025-07-14 21:25:44 +00:00