Fix links
Change dead links to updated ones. Change/Convert all file links to relative links so they are branch agnostic.
This commit is contained in:
parent
880671e104
commit
4830a17d65
9 changed files with 40 additions and 40 deletions
|
|
@ -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`:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue