From ff2a470fd85cc3ccf8c32f6268a0e8aa0075dd38 Mon Sep 17 00:00:00 2001 From: LordRatte Date: Thu, 23 Dec 2021 09:34:37 +0200 Subject: Change GitHub namespace to new org for all files --- native/src/widget/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/widget/text.rs') diff --git a/native/src/widget/text.rs b/native/src/widget/text.rs index 488b45c4..f0b29d15 100644 --- a/native/src/widget/text.rs +++ b/native/src/widget/text.rs @@ -21,7 +21,7 @@ use std::hash::Hash; /// .size(40); /// ``` /// -/// ![Text drawn by `iced_wgpu`](https://github.com/hecrj/iced/blob/7760618fb112074bc40b148944521f312152012a/docs/images/text.png?raw=true) +/// ![Text drawn by `iced_wgpu`](https://github.com/iced-rs/iced/blob/7760618fb112074bc40b148944521f312152012a/docs/images/text.png?raw=true) #[derive(Debug)] pub struct Text { content: String, -- cgit