Fix broken links to mod DPI on various documentation pages (#984)

This commit is contained in:
Austin Lasher 2019-06-26 09:35:54 -04:00 committed by Victor Berger
parent 0e20973bdb
commit 34db2d7d4c
3 changed files with 3 additions and 3 deletions

View file

@ -198,7 +198,7 @@ pub enum WindowEvent {
/// * Changing the display's DPI factor (e.g. in Control Panel on Windows).
/// * Moving the window to a display with a different DPI factor.
///
/// For more information about DPI in general, see the [`dpi`](dpi/index.html) module.
/// For more information about DPI in general, see the [`dpi`](../dpi/index.html) module.
HiDpiFactorChanged(f64),
}