diff options
author | 2022-01-22 03:04:35 -0600 | |
---|---|---|
committer | 2022-02-07 23:13:25 +0700 | |
commit | 4830a17d6567187c78dccc7a3348cc50b50e3c50 (patch) | |
tree | bf22b83d1de7c2ef83636ae986f9f4afbe961b7e /CHANGELOG.md | |
parent | 880671e104f6ee33040f3dfe8c7b735a1e70031d (diff) | |
download | iced-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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3be755..a476631d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,7 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [qr_code]: https://github.com/iced-rs/iced/pull/622 [#193]: https://github.com/iced-rs/iced/pull/193 [`glutin`]: https://github.com/rust-windowing/glutin -[`wgpu`]: https://github.com/gfx-rs/wgpu-rs +[`wgpu`]: https://github.com/gfx-rs/wgpu [`glow`]: https://github.com/grovesNL/glow [the `qrcode` crate]: https://docs.rs/qrcode/0.12.0/qrcode/ [integration with existing applications]: https://github.com/iced-rs/iced/pull/183 @@ -207,7 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [`wasm-bindgen-futures`]: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures [`resvg`]: https://github.com/RazrFalcon/resvg [`raqote`]: https://github.com/jrmuizel/raqote -[`iced_wgpu`]: https://github.com/iced-rs/iced/tree/master/wgpu +[`iced_wgpu`]: wgpu/ ## [0.1.0-beta] - 2019-11-25 |