From fafad2dfcab3b6bb11a705af61faf54e07e29773 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 29 Aug 2019 01:28:00 +0200 Subject: Write `renderer` docs and fix broken links --- src/widget/slider.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/widget/slider.rs') diff --git a/src/widget/slider.rs b/src/widget/slider.rs index 75a0fdaf..4a5d93ff 100644 --- a/src/widget/slider.rs +++ b/src/widget/slider.rs @@ -18,12 +18,11 @@ use crate::{ /// /// A [`Slider`] will try to fill the horizontal space of its container. /// -/// It implements [`Widget`] when the associated [`core::Renderer`] implements -/// the [`slider::Renderer`] trait. +/// It implements [`Widget`] when the associated `Renderer` implements the +/// [`slider::Renderer`] trait. /// /// [`Slider`]: struct.Slider.html -/// [`Widget`]: ../../core/trait.Widget.html -/// [`core::Renderer`]: ../../core/trait.Renderer.html +/// [`Widget`]: ../trait.Widget.html /// [`slider::Renderer`]: trait.Renderer.html /// /// # Example -- cgit