summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-05 10:02:55 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-05 10:02:55 +0200
commitb67aa0b25f4fb9eb062e3b46dd77a3e1a55c1f91 (patch)
tree3ac48b94f4716ff72dac95c16e66a2894246131a /src
parentc48739029b36e4380409cdb15594e415afce6371 (diff)
downloadiced-b67aa0b25f4fb9eb062e3b46dd77a3e1a55c1f91.tar.gz
iced-b67aa0b25f4fb9eb062e3b46dd77a3e1a55c1f91.tar.bz2
iced-b67aa0b25f4fb9eb062e3b46dd77a3e1a55c1f91.zip
Fix link in `Image` docs
Diffstat (limited to 'src')
-rw-r--r--src/widget/image.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/image.rs b/src/widget/image.rs
index 161dc963..d94bfea5 100644
--- a/src/widget/image.rs
+++ b/src/widget/image.rs
@@ -85,7 +85,7 @@ impl<I> Image<I> {
/// This is useful if you want to override the default alignment given by
/// the parent container.
///
- /// [`Image`]: struct.Button.html
+ /// [`Image`]: struct.Image.html
pub fn align_self(mut self, align: Align) -> Self {
self.style = self.style.align_self(align);
self