diff --git a/pytestqt/qtbot.py b/pytestqt/qtbot.py index 3922aa5d..4a5deab3 100644 --- a/pytestqt/qtbot.py +++ b/pytestqt/qtbot.py @@ -132,7 +132,7 @@ class QtBot(object): :param int delay: after the event, delay the test for this miliseconds (if > 0). - .. _QTest API: http://doc.qt.digia.com/4.8/qtest.html + .. _QTest API: http://doc.qt.io/qt-5/qtest.html """