summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Theo Robinson <72149158+SynergyBest@users.noreply.github.com>2022-01-22 03:04:35 -0600
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-07 23:13:25 +0700
commit4830a17d6567187c78dccc7a3348cc50b50e3c50 (patch)
treebf22b83d1de7c2ef83636ae986f9f4afbe961b7e /examples
parent880671e104f6ee33040f3dfe8c7b735a1e70031d (diff)
downloadiced-4830a17d6567187c78dccc7a3348cc50b50e3c50.tar.gz
iced-4830a17d6567187c78dccc7a3348cc50b50e3c50.tar.bz2
iced-4830a17d6567187c78dccc7a3348cc50b50e3c50.zip
Fix links
Change dead links to updated ones. Change/Convert all file links to relative links so they are branch agnostic.
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md2
-rw-r--r--examples/color_palette/README.md2
-rw-r--r--examples/scrollable/README.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/README.md b/examples/README.md
index 055c1b7a..137d134c 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -20,7 +20,7 @@ The __[`main`](tour/src/main.rs)__ file contains all the code of the example! Al
[`iced_wgpu`]: ../wgpu
[`iced_web`]: https://github.com/iced-rs/iced_web
[`winit`]: https://github.com/rust-windowing/winit
-[`wgpu`]: https://github.com/gfx-rs/wgpu-rs
+[`wgpu`]: https://github.com/gfx-rs/wgpu
You can run the native version with `cargo run`:
```
diff --git a/examples/color_palette/README.md b/examples/color_palette/README.md
index e70188f8..95a23f48 100644
--- a/examples/color_palette/README.md
+++ b/examples/color_palette/README.md
@@ -4,7 +4,7 @@ A color palette generator, based on a user-defined root color.
<div align="center">
<a href="https://gfycat.com/dirtylonebighornsheep">
- <img src="https://github.com/hecrj/iced/raw/1a8d253611d3796b0a32b2f096bb54565a5292e0/examples/color_palette/screenshot.png">
+ <img src="screenshot.png">
</a>
</div>
diff --git a/examples/scrollable/README.md b/examples/scrollable/README.md
index ed0e31b5..e157d8d7 100644
--- a/examples/scrollable/README.md
+++ b/examples/scrollable/README.md
@@ -4,8 +4,8 @@ An example showcasing the various size and style options for the Scrollable.
All the example code is located in the __[`main`](src/main.rs)__ file.
<div align="center">
- <a href="./screenshot.png">
- <img src="./screenshot.png" height="640px">
+ <a href="screenshot.png">
+ <img src="screenshot.png" height="640px">
</a>
</div>