From e050c2a1b721a8c3523d525a4147fc08637b7524 Mon Sep 17 00:00:00 2001 From: PB Date: Sun, 30 May 2021 10:11:29 +0200 Subject: [PATCH] Fix link in High DPI Overview Make MSW-specific link to point to Win32 documentation instead of MacOS one. Closes https://github.com/wxWidgets/wxWidgets/pull/2384 --- docs/doxygen/overviews/high_dpi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/overviews/high_dpi.md b/docs/doxygen/overviews/high_dpi.md index ede1848cf8..7cf7ac07e1 100644 --- a/docs/doxygen/overviews/high_dpi.md +++ b/docs/doxygen/overviews/high_dpi.md @@ -146,6 +146,6 @@ macOS DPI-aware applications must set their `NSPrincipalClass` to `wxNSApplication` (or at least `NSApplication`) in their `Info.plist` file. Also see Apple [high -resolution guidelines][2] for more information. +resolution guidelines][3] for more information. -[2]: https://developer.apple.com/library/archive/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Explained/Explained.html +[3]: https://developer.apple.com/library/archive/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Explained/Explained.html