From 36d18d979ffe713328de901005c8a5a78075357d Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 24 Aug 2019 03:55:07 +0200 Subject: Fix details in documentation --- src/widget/radio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/radio.rs') diff --git a/src/widget/radio.rs b/src/widget/radio.rs index 8a678ec8..75ddd35d 100644 --- a/src/widget/radio.rs +++ b/src/widget/radio.rs @@ -49,7 +49,7 @@ use std::hash::Hash; /// .label_color(Color::Black); /// ``` /// -/// ![Checkbox drawn by the built-in renderer](https://github.com/hecrj/coffee/blob/bda9818f823dfcb8a7ad0ff4940b4d4b387b5208/images/ui/radio.png?raw=true) +/// ![Checkbox drawn by the built-in renderer in Coffee](https://github.com/hecrj/coffee/blob/bda9818f823dfcb8a7ad0ff4940b4d4b387b5208/images/ui/radio.png?raw=true) pub struct Radio { is_selected: bool, on_click: Message, -- cgit