Skip to content

Commit ff2a470

Browse files
LordRattehecrj
authored andcommitted
Change GitHub namespace to new org for all files
1 parent d19858b commit ff2a470

36 files changed

+122
-122
lines changed

CHANGELOG.md

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- `Viewport::physical_width` returning the wrong value. [#700]
4242
- Outdated documentation for the `Sandbox` trait. [#710]
4343

44-
[#57]: https://github.com/hecrj/iced/pull/57
45-
[#283]: https://github.com/hecrj/iced/pull/283
46-
[#319]: https://github.com/hecrj/iced/pull/319
47-
[#392]: https://github.com/hecrj/iced/pull/392
48-
[#465]: https://github.com/hecrj/iced/pull/465
49-
[#650]: https://github.com/hecrj/iced/pull/650
50-
[#657]: https://github.com/hecrj/iced/pull/657
51-
[#658]: https://github.com/hecrj/iced/pull/658
52-
[#668]: https://github.com/hecrj/iced/pull/668
53-
[#669]: https://github.com/hecrj/iced/pull/669
54-
[#672]: https://github.com/hecrj/iced/pull/672
55-
[#699]: https://github.com/hecrj/iced/pull/699
56-
[#700]: https://github.com/hecrj/iced/pull/700
57-
[#701]: https://github.com/hecrj/iced/pull/701
58-
[#710]: https://github.com/hecrj/iced/pull/710
59-
[#719]: https://github.com/hecrj/iced/pull/719
60-
[#720]: https://github.com/hecrj/iced/pull/720
61-
[#725]: https://github.com/hecrj/iced/pull/725
62-
[#760]: https://github.com/hecrj/iced/pull/760
63-
[#764]: https://github.com/hecrj/iced/pull/764
64-
[#770]: https://github.com/hecrj/iced/pull/770
65-
[#773]: https://github.com/hecrj/iced/pull/773
66-
[#789]: https://github.com/hecrj/iced/pull/789
67-
[#804]: https://github.com/hecrj/iced/pull/804
44+
[#57]: https://github.com/iced-rs/iced/pull/57
45+
[#283]: https://github.com/iced-rs/iced/pull/283
46+
[#319]: https://github.com/iced-rs/iced/pull/319
47+
[#392]: https://github.com/iced-rs/iced/pull/392
48+
[#465]: https://github.com/iced-rs/iced/pull/465
49+
[#650]: https://github.com/iced-rs/iced/pull/650
50+
[#657]: https://github.com/iced-rs/iced/pull/657
51+
[#658]: https://github.com/iced-rs/iced/pull/658
52+
[#668]: https://github.com/iced-rs/iced/pull/668
53+
[#669]: https://github.com/iced-rs/iced/pull/669
54+
[#672]: https://github.com/iced-rs/iced/pull/672
55+
[#699]: https://github.com/iced-rs/iced/pull/699
56+
[#700]: https://github.com/iced-rs/iced/pull/700
57+
[#701]: https://github.com/iced-rs/iced/pull/701
58+
[#710]: https://github.com/iced-rs/iced/pull/710
59+
[#719]: https://github.com/iced-rs/iced/pull/719
60+
[#720]: https://github.com/iced-rs/iced/pull/720
61+
[#725]: https://github.com/iced-rs/iced/pull/725
62+
[#760]: https://github.com/iced-rs/iced/pull/760
63+
[#764]: https://github.com/iced-rs/iced/pull/764
64+
[#770]: https://github.com/iced-rs/iced/pull/770
65+
[#773]: https://github.com/iced-rs/iced/pull/773
66+
[#789]: https://github.com/iced-rs/iced/pull/789
67+
[#804]: https://github.com/iced-rs/iced/pull/804
6868
[`smol`]: https://github.com/smol-rs/smol
6969
[`winit`]: https://github.com/rust-windowing/winit
7070
[`glutin`]: https://github.com/rust-windowing/glutin
@@ -96,22 +96,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9696
- __[`QRCode` widget][qr_code]__ (#622)
9797
A widget that displays a QR code, powered by [the `qrcode` crate].
9898

99-
[canvas]: https://github.com/hecrj/iced/pull/325
100-
[opengl]: https://github.com/hecrj/iced/pull/354
101-
[`iced_graphics`]: https://github.com/hecrj/iced/pull/354
102-
[pane_grid]: https://github.com/hecrj/iced/pull/397
103-
[pick_list]: https://github.com/hecrj/iced/pull/444
104-
[error]: https://github.com/hecrj/iced/pull/514
105-
[view]: https://github.com/hecrj/iced/pull/597
106-
[event]: https://github.com/hecrj/iced/pull/614
107-
[color]: https://github.com/hecrj/iced/pull/200
108-
[qr_code]: https://github.com/hecrj/iced/pull/622
109-
[#193]: https://github.com/hecrj/iced/pull/193
99+
[canvas]: https://github.com/iced-rs/iced/pull/325
100+
[opengl]: https://github.com/iced-rs/iced/pull/354
101+
[`iced_graphics`]: https://github.com/iced-rs/iced/pull/354
102+
[pane_grid]: https://github.com/iced-rs/iced/pull/397
103+
[pick_list]: https://github.com/iced-rs/iced/pull/444
104+
[error]: https://github.com/iced-rs/iced/pull/514
105+
[view]: https://github.com/iced-rs/iced/pull/597
106+
[event]: https://github.com/iced-rs/iced/pull/614
107+
[color]: https://github.com/iced-rs/iced/pull/200
108+
[qr_code]: https://github.com/iced-rs/iced/pull/622
109+
[#193]: https://github.com/iced-rs/iced/pull/193
110110
[`glutin`]: https://github.com/rust-windowing/glutin
111111
[`wgpu`]: https://github.com/gfx-rs/wgpu-rs
112112
[`glow`]: https://github.com/grovesNL/glow
113113
[the `qrcode` crate]: https://docs.rs/qrcode/0.12.0/qrcode/
114-
[integration with existing applications]: https://github.com/hecrj/iced/pull/183
114+
[integration with existing applications]: https://github.com/iced-rs/iced/pull/183
115115
[The Elm Architecture]: https://guide.elm-lang.org/architecture/
116116

117117

@@ -142,17 +142,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142142
### Removed
143143
- Unnecessary `'static` lifetimes in `Renderer` bounds. [#290]
144144

145-
[#259]: https://github.com/hecrj/iced/pull/259
146-
[#260]: https://github.com/hecrj/iced/pull/260
147-
[#266]: https://github.com/hecrj/iced/pull/266
148-
[#267]: https://github.com/hecrj/iced/pull/267
149-
[#268]: https://github.com/hecrj/iced/pull/268
150-
[#278]: https://github.com/hecrj/iced/pull/278
151-
[#279]: https://github.com/hecrj/iced/pull/279
152-
[#281]: https://github.com/hecrj/iced/pull/281
153-
[#289]: https://github.com/hecrj/iced/pull/289
154-
[#290]: https://github.com/hecrj/iced/pull/290
155-
[#293]: https://github.com/hecrj/iced/pull/293
145+
[#259]: https://github.com/iced-rs/iced/pull/259
146+
[#260]: https://github.com/iced-rs/iced/pull/260
147+
[#266]: https://github.com/iced-rs/iced/pull/266
148+
[#267]: https://github.com/iced-rs/iced/pull/267
149+
[#268]: https://github.com/iced-rs/iced/pull/268
150+
[#278]: https://github.com/iced-rs/iced/pull/278
151+
[#279]: https://github.com/iced-rs/iced/pull/279
152+
[#281]: https://github.com/iced-rs/iced/pull/281
153+
[#289]: https://github.com/iced-rs/iced/pull/289
154+
[#290]: https://github.com/iced-rs/iced/pull/290
155+
[#293]: https://github.com/iced-rs/iced/pull/293
156156

157157

158158
## [0.1.0] - 2020-04-02
@@ -187,17 +187,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187187
- __[Texture atlas for `iced_wgpu`]__ (#154)
188188
An atlas on top of [`guillotiere`] for batching draw calls. Thanks to @Maldela!
189189

190-
[Event subscriptions]: https://github.com/hecrj/iced/pull/122
191-
[Custom styling]: https://github.com/hecrj/iced/pull/146
192-
[`Canvas` widget]: https://github.com/hecrj/iced/pull/193
193-
[`PaneGrid` widget]: https://github.com/hecrj/iced/pull/224
194-
[`Svg` widget]: https://github.com/hecrj/iced/pull/111
195-
[`ProgressBar` widget]: https://github.com/hecrj/iced/pull/141
196-
[Configurable futures executor]: https://github.com/hecrj/iced/pull/164
197-
[Compatibility with existing `wgpu` projects]: https://github.com/hecrj/iced/pull/183
198-
[Clipboard access]: https://github.com/hecrj/iced/pull/132
199-
[Texture atlas for `iced_wgpu`]: https://github.com/hecrj/iced/pull/154
200-
[Text selection for `TextInput`]: https://github.com/hecrj/iced/pull/202
190+
[Event subscriptions]: https://github.com/iced-rs/iced/pull/122
191+
[Custom styling]: https://github.com/iced-rs/iced/pull/146
192+
[`Canvas` widget]: https://github.com/iced-rs/iced/pull/193
193+
[`PaneGrid` widget]: https://github.com/iced-rs/iced/pull/224
194+
[`Svg` widget]: https://github.com/iced-rs/iced/pull/111
195+
[`ProgressBar` widget]: https://github.com/iced-rs/iced/pull/141
196+
[Configurable futures executor]: https://github.com/iced-rs/iced/pull/164
197+
[Compatibility with existing `wgpu` projects]: https://github.com/iced-rs/iced/pull/183
198+
[Clipboard access]: https://github.com/iced-rs/iced/pull/132
199+
[Texture atlas for `iced_wgpu`]: https://github.com/iced-rs/iced/pull/154
200+
[Text selection for `TextInput`]: https://github.com/iced-rs/iced/pull/202
201201
[`lyon`]: https://github.com/nical/lyon
202202
[`guillotiere`]: https://github.com/nical/guillotiere
203203
[Web Canvas API]: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API
@@ -207,7 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207207
[`wasm-bindgen-futures`]: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures
208208
[`resvg`]: https://github.com/RazrFalcon/resvg
209209
[`raqote`]: https://github.com/jrmuizel/raqote
210-
[`iced_wgpu`]: https://github.com/hecrj/iced/tree/master/wgpu
210+
[`iced_wgpu`]: https://github.com/iced-rs/iced/tree/master/wgpu
211211

212212

213213
## [0.1.0-beta] - 2019-11-25
@@ -219,10 +219,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
219219
### Added
220220
- First release! :tada:
221221

222-
[Unreleased]: https://github.com/hecrj/iced/compare/0.3.0...HEAD
223-
[0.3.0]: https://github.com/hecrj/iced/compare/0.2.0...0.3.0
224-
[0.2.0]: https://github.com/hecrj/iced/compare/0.1.1...0.2.0
225-
[0.1.1]: https://github.com/hecrj/iced/compare/0.1.0...0.1.1
226-
[0.1.0]: https://github.com/hecrj/iced/compare/0.1.0-beta...0.1.0
227-
[0.1.0-beta]: https://github.com/hecrj/iced/compare/0.1.0-alpha...0.1.0-beta
228-
[0.1.0-alpha]: https://github.com/hecrj/iced/releases/tag/0.1.0-alpha
222+
[Unreleased]: https://github.com/iced-rs/iced/compare/0.3.0...HEAD
223+
[0.3.0]: https://github.com/iced-rs/iced/compare/0.2.0...0.3.0
224+
[0.2.0]: https://github.com/iced-rs/iced/compare/0.1.1...0.2.0
225+
[0.1.1]: https://github.com/iced-rs/iced/compare/0.1.0...0.1.1
226+
[0.1.0]: https://github.com/iced-rs/iced/compare/0.1.0-beta...0.1.0
227+
[0.1.0-beta]: https://github.com/iced-rs/iced/compare/0.1.0-alpha...0.1.0-beta
228+
[0.1.0-alpha]: https://github.com/iced-rs/iced/releases/tag/0.1.0-alpha

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Héctor Ramón Jiménez <[email protected]>"]
55
edition = "2018"
66
description = "A cross-platform GUI library inspired by Elm"
77
license = "MIT"
8-
repository = "https://github.com/hecrj/iced"
8+
repository = "https://github.com/iced-rs/iced"
99
documentation = "https://docs.rs/iced"
1010
readme = "README.md"
1111
keywords = ["gui", "ui", "graphics", "interface", "widgets"]

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Héctor Ramón Jiménez <[email protected]>"]
55
edition = "2018"
66
description = "The essential concepts of Iced"
77
license = "MIT"
8-
repository = "https://github.com/hecrj/iced"
8+
repository = "https://github.com/iced-rs/iced"
99

1010
[dependencies]
1111
bitflags = "1.2"

core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `iced_core`
22
[![Documentation](https://docs.rs/iced_core/badge.svg)][documentation]
33
[![Crates.io](https://img.shields.io/crates/v/iced_core.svg)](https://crates.io/crates/iced_core)
4-
[![License](https://img.shields.io/crates/l/iced_core.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
4+
[![License](https://img.shields.io/crates/l/iced_core.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
55
[![project chat](https://img.shields.io/badge/chat-on_zulip-brightgreen.svg)](https://iced.zulipchat.com)
66

77
`iced_core` holds basic reusable types of the public API. For instance, basic data types like `Point`, `Rectangle`, `Length`, etc.
@@ -24,4 +24,4 @@ iced_core = "0.4"
2424
__Iced moves fast and the `master` branch can contain breaking changes!__ If
2525
you want to learn about a specific release, check out [the release list].
2626

27-
[the release list]: https://github.com/hecrj/iced/releases
27+
[the release list]: https://github.com/iced-rs/iced/releases

core/src/keyboard/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use super::{KeyCode, Modifiers};
55
/// _**Note:** This type is largely incomplete! If you need to track
66
/// additional events, feel free to [open an issue] and share your use case!_
77
///
8-
/// [open an issue]: https://github.com/hecrj/iced/issues
8+
/// [open an issue]: https://github.com/iced-rs/iced/issues
99
#[derive(Debug, Clone, Copy, PartialEq)]
1010
pub enum Event {
1111
/// A keyboard key was pressed.

core/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
//! different runtime implementations. For instance, both [`iced_native`] and
55
//! [`iced_web`] are built on top of `iced_core`.
66
//!
7-
//! ![The foundations of the Iced ecosystem](https://github.com/hecrj/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/foundations.png?raw=true)
7+
//! ![The foundations of the Iced ecosystem](https://github.com/iced-rs/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/foundations.png?raw=true)
88
//!
9-
//! [Iced]: https://github.com/hecrj/iced
10-
//! [`iced_native`]: https://github.com/hecrj/iced/tree/master/native
11-
//! [`iced_web`]: https://github.com/hecrj/iced/tree/master/web
9+
//! [Iced]: https://github.com/iced-rs/iced
10+
//! [`iced_native`]: https://github.com/iced-rs/iced/tree/master/native
11+
//! [`iced_web`]: https://github.com/iced-rs/iced/tree/master/web
1212
#![deny(missing_docs)]
1313
#![deny(missing_debug_implementations)]
1414
#![deny(unused_results)]

core/src/mouse/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use super::Button;
77
/// _**Note:** This type is largely incomplete! If you need to track
88
/// additional events, feel free to [open an issue] and share your use case!_
99
///
10-
/// [open an issue]: https://github.com/hecrj/iced/issues
10+
/// [open an issue]: https://github.com/iced-rs/iced/issues
1111
#[derive(Debug, Clone, Copy, PartialEq)]
1212
pub enum Event {
1313
/// The mouse cursor entered the window.

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__Iced moves fast and the `master` branch can contain breaking changes!__ If
33
you want to learn about a specific release, check out [the release list].
44

5-
[the release list]: https://github.com/hecrj/iced/releases
5+
[the release list]: https://github.com/iced-rs/iced/releases
66

77
## [Tour](tour)
88
A simple UI tour that can run both on native platforms and the web! It showcases different widgets that can be built using Iced.

futures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Héctor Ramón Jiménez <[email protected]>"]
55
edition = "2018"
66
description = "Commands, subscriptions, and runtimes for Iced"
77
license = "MIT"
8-
repository = "https://github.com/hecrj/iced"
8+
repository = "https://github.com/iced-rs/iced"
99
documentation = "https://docs.rs/iced_futures"
1010
keywords = ["gui", "ui", "graphics", "interface", "futures"]
1111
categories = ["gui"]

futures/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Asynchronous tasks for GUI programming, inspired by Elm.
22
//!
3-
//! ![The foundations of the Iced ecosystem](https://github.com/hecrj/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/foundations.png?raw=true)
3+
//! ![The foundations of the Iced ecosystem](https://github.com/iced-rs/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/foundations.png?raw=true)
44
#![doc(
55
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"
66
)]

futures/src/subscription.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ impl<I, O, H> std::fmt::Debug for Subscription<I, O, H> {
125125
/// - [`stopwatch`], a watch with start/stop and reset buttons showcasing how
126126
/// to listen to time.
127127
///
128-
/// [examples]: https://github.com/hecrj/iced/tree/0.3/examples
129-
/// [`download_progress`]: https://github.com/hecrj/iced/tree/0.3/examples/download_progress
130-
/// [`stopwatch`]: https://github.com/hecrj/iced/tree/0.3/examples/stopwatch
128+
/// [examples]: https://github.com/iced-rs/iced/tree/0.3/examples
129+
/// [`download_progress`]: https://github.com/iced-rs/iced/tree/0.3/examples/download_progress
130+
/// [`stopwatch`]: https://github.com/iced-rs/iced/tree/0.3/examples/stopwatch
131131
pub trait Recipe<Hasher: std::hash::Hasher, Event> {
132132
/// The events that will be produced by a [`Subscription`] with this
133133
/// [`Recipe`].

glutin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Héctor Ramón Jiménez <[email protected]>"]
55
edition = "2018"
66
description = "A glutin runtime for Iced"
77
license = "MIT"
8-
repository = "https://github.com/hecrj/iced"
8+
repository = "https://github.com/iced-rs/iced"
99
documentation = "https://docs.rs/iced_glutin"
1010
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
1111
categories = ["gui"]

glutin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `iced_glutin`
22
[![Documentation](https://docs.rs/iced_glutin/badge.svg)][documentation]
33
[![Crates.io](https://img.shields.io/crates/v/iced_glutin.svg)](https://crates.io/crates/iced_glutin)
4-
[![License](https://img.shields.io/crates/l/iced_glutin.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
4+
[![License](https://img.shields.io/crates/l/iced_glutin.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
55
[![project chat](https://img.shields.io/badge/chat-on_zulip-brightgreen.svg)](https://iced.zulipchat.com)
66

77
`iced_glutin` offers some convenient abstractions on top of [`iced_native`] to quickstart development when using [`glutin`].
@@ -26,4 +26,4 @@ iced_glutin = "0.2"
2626
__Iced moves fast and the `master` branch can contain breaking changes!__ If
2727
you want to learn about a specific release, check out [the release list].
2828

29-
[the release list]: https://github.com/hecrj/iced/releases
29+
[the release list]: https://github.com/iced-rs/iced/releases

glutin/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! A windowing shell for [`iced`], on top of [`glutin`].
22
//!
3-
//! ![The native path of the Iced ecosystem](https://github.com/hecrj/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/native.png?raw=true)
3+
//! ![The native path of the Iced ecosystem](https://github.com/iced-rs/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/native.png?raw=true)
44
//!
5-
//! [`iced`]: https://github.com/hecrj/iced
5+
//! [`iced`]: https://github.com/iced-rs/iced
66
//! [`glutin`]: https://github.com/rust-windowing/glutin
77
#![doc(
88
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Héctor Ramón Jiménez <[email protected]>"]
55
edition = "2018"
66
description = "A renderer-agnostic library for native GUIs"
77
license = "MIT"
8-
repository = "https://github.com/hecrj/iced"
8+
repository = "https://github.com/iced-rs/iced"
99

1010
[features]
1111
debug = []

native/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `iced_native`
22
[![Documentation](https://docs.rs/iced_native/badge.svg)][documentation]
33
[![Crates.io](https://img.shields.io/crates/v/iced_native.svg)](https://crates.io/crates/iced_native)
4-
[![License](https://img.shields.io/crates/l/iced_native.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
4+
[![License](https://img.shields.io/crates/l/iced_native.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
55
[![project chat](https://img.shields.io/badge/chat-on_zulip-brightgreen.svg)](https://iced.zulipchat.com)
66

77
`iced_native` takes [`iced_core`] and builds a native runtime on top of it, featuring:
@@ -34,4 +34,4 @@ iced_native = "0.4"
3434
__Iced moves fast and the `master` branch can contain breaking changes!__ If
3535
you want to learn about a specific release, check out [the release list].
3636

37-
[the release list]: https://github.com/hecrj/iced/releases
37+
[the release list]: https://github.com/iced-rs/iced/releases

native/src/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::window;
99
/// _**Note:** This type is largely incomplete! If you need to track
1010
/// additional events, feel free to [open an issue] and share your use case!_
1111
///
12-
/// [open an issue]: https://github.com/hecrj/iced/issues
12+
/// [open an issue]: https://github.com/iced-rs/iced/issues
1313
#[derive(Debug, Clone, PartialEq)]
1414
pub enum Event {
1515
/// A keyboard event

native/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! A renderer-agnostic native GUI runtime.
22
//!
3-
//! ![The native path of the Iced ecosystem](https://github.com/hecrj/iced/raw/improvement/update-ecosystem-and-roadmap/docs/graphs/native.png)
3+
//! ![The native path of the Iced ecosystem](https://github.com/iced-rs/iced/raw/improvement/update-ecosystem-and-roadmap/docs/graphs/native.png)
44
//!
55
//! `iced_native` takes [`iced_core`] and builds a native runtime on top of it,
66
//! featuring:
@@ -23,8 +23,8 @@
2323
//! - Build a new renderer, see the [renderer] module.
2424
//! - Build a custom widget, start at the [`Widget`] trait.
2525
//!
26-
//! [`iced_core`]: https://github.com/hecrj/iced/tree/master/core
27-
//! [`iced_winit`]: https://github.com/hecrj/iced/tree/master/winit
26+
//! [`iced_core`]: https://github.com/iced-rs/iced/tree/master/core
27+
//! [`iced_winit`]: https://github.com/iced-rs/iced/tree/master/winit
2828
//! [`druid`]: https://github.com/xi-editor/druid
2929
//! [`raw-window-handle`]: https://github.com/rust-windowing/raw-window-handle
3030
//! [renderer]: crate::renderer

native/src/user_interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use std::hash::Hasher;
1818
/// The [`integration` example] uses a [`UserInterface`] to integrate Iced in
1919
/// an existing graphical application.
2020
///
21-
/// [`integration` example]: https://github.com/hecrj/iced/tree/0.3/examples/integration
21+
/// [`integration` example]: https://github.com/iced-rs/iced/tree/0.3/examples/integration
2222
#[allow(missing_debug_implementations)]
2323
pub struct UserInterface<'a, Message, Renderer> {
2424
root: Element<'a, Message, Renderer>,

0 commit comments

Comments
 (0)