summaryrefslogtreecommitdiffstats
path: root/src/widget/radio.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/radio.rs')
-rw-r--r--src/widget/radio.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/widget/radio.rs b/src/widget/radio.rs
index 2f34b5e4..8e2a5da6 100644
--- a/src/widget/radio.rs
+++ b/src/widget/radio.rs
@@ -10,11 +10,10 @@ use std::hash::Hash;
/// A circular button representing a choice.
///
-/// It implements [`Widget`] when the [`core::Renderer`] implements the
+/// It implements [`Widget`] when the associated `Renderer` implements the
/// [`radio::Renderer`] trait.
///
-/// [`Widget`]: ../../core/trait.Widget.html
-/// [`core::Renderer`]: ../../core/trait.Renderer.html
+/// [`Widget`]: ../trait.Widget.html
/// [`radio::Renderer`]: trait.Renderer.html
///
/// # Example