summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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