summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-15 03:33:43 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-15 03:33:43 +0100
commitbe2cad176fc02d6a2da05166d26f075bca6eb5c0 (patch)
tree55e3ea6c3df5b1b6936a5430e04dc815de82d623 /runtime
parentbe047df649ad717f6d62ab5ece2a072edadf087a (diff)
downloadiced-be2cad176fc02d6a2da05166d26f075bca6eb5c0.tar.gz
iced-be2cad176fc02d6a2da05166d26f075bca6eb5c0.tar.bz2
iced-be2cad176fc02d6a2da05166d26f075bca6eb5c0.zip
Fix URL of graph image in `iced_runtime` docs
Diffstat (limited to 'runtime')
-rw-r--r--runtime/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs
index d448fe58..5c2836a5 100644
--- a/runtime/src/lib.rs
+++ b/runtime/src/lib.rs
@@ -1,6 +1,6 @@
//! A renderer-agnostic native GUI runtime.
//!
-//! ![The native path of the Iced ecosystem](https://github.com/iced-rs/iced/raw/improvement/update-ecosystem-and-roadmap/docs/graphs/native.png)
+//! ![The native path of the Iced ecosystem](https://github.com/iced-rs/iced/blob/master/docs/graphs/native.png?raw=true)
//!
//! `iced_runtime` takes [`iced_core`] and builds a native runtime on top of it.
//!