File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ where
592
592
/// been shown to improve performance.
593
593
///
594
594
/// The crate defines a few type aliases with regularly used pixel types for your convenience, such
595
- /// as `RgbImage`, `GrayImage` etc.
595
+ /// as [ `RgbImage`], [ `GrayImage`] etc.
596
596
///
597
597
/// [`GenericImage`]: trait.GenericImage.html
598
598
/// [`GenericImageView`]: trait.GenericImageView.html
@@ -1042,7 +1042,7 @@ where
1042
1042
/// Assumes the writer is buffered. In most cases,
1043
1043
/// you should wrap your writer in a `BufWriter` for best performance.
1044
1044
///
1045
- /// See [`ImageOutputFormat`](../ enum.ImageOutputFormat.html) for
1045
+ /// See [`ImageOutputFormat`](enum.ImageOutputFormat.html) for
1046
1046
/// supported types.
1047
1047
pub fn write_to < W , F > ( & self , writer : & mut W , format : F ) -> ImageResult < ( ) >
1048
1048
where
You can’t perform that action at this time.
0 commit comments