Fix links in pane_grid documentation

This commit is contained in:
Héctor Ramón Jiménez 2020-03-20 11:56:39 +01:00
parent cfc2b55e05
commit fb744a338c
2 changed files with 4 additions and 2 deletions

View File

@ -219,7 +219,7 @@ pub trait Renderer: crate::Renderer + Sized {
/// - the [`Layout`] of the [`Column`] and its children
/// - the cursor position
///
/// [`Column`]: struct.Row.html
/// [`Column`]: struct.Column.html
/// [`Layout`]: ../layout/struct.Layout.html
fn draw<Message>(
&mut self,

View File

@ -615,10 +615,12 @@ pub trait Renderer: crate::Renderer + Sized {
/// It receives:
/// - the elements of the [`PaneGrid`]
/// - the [`Pane`] that is currently being dragged
/// - the [`Axis`] that is currently being resized
/// - the [`Layout`] of the [`PaneGrid`] and its elements
/// - the cursor position
///
/// [`Column`]: struct.Row.html
/// [`PaneGrid`]: struct.PaneGrid.html
/// [`Pane`]: struct.Pane.html
/// [`Layout`]: ../layout/struct.Layout.html
fn draw<Message>(
&mut self,