diff --git a/wx/lib/agw/aui/dockart.py b/wx/lib/agw/aui/dockart.py
index f0c41bce..5de0ed88 100644
--- a/wx/lib/agw/aui/dockart.py
+++ b/wx/lib/agw/aui/dockart.py
@@ -926,11 +926,11 @@ class ModernDockArt(AuiDefaultDockArt):
"""
ModernDockArt is a custom `AuiDockArt` class, that implements a look similar to Firefox and other recents applications.
- Is uses the `winxptheme `_ module and
+ Is uses the `winxptheme `_ module and
XP themes whenever possible, so it should look good even if the user has a custom theme.
:note: This dock art is Windows only and will only work if you have installed
- Mark Hammond's `pywin32` module (http://sourceforge.net/projects/pywin32/).
+ Mark Hammond's `pywin32` module (https://sourceforge.net/projects/pywin32/).
"""
def __init__(self, win):
diff --git a/wx/lib/agw/aui/framemanager.py b/wx/lib/agw/aui/framemanager.py
index a16d2c93..87d04d54 100644
--- a/wx/lib/agw/aui/framemanager.py
+++ b/wx/lib/agw/aui/framemanager.py
@@ -4648,7 +4648,7 @@ class AuiManager(wx.EvtHandler):
def CanUseModernDockArt(self):
"""
Returns whether :class:`dockart` can be used (Windows XP / Vista / 7 only,
- requires Mark Hammonds's `pywin32 `_ package).
+ requires Mark Hammonds's `pywin32 `_ package).
"""
if not _winxptheme: