aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 22f67df9b1..87b478bf2d 100644
--- a/common/system.h
+++ b/common/system.h
@@ -887,7 +887,7 @@ public:
* This method could be called very often by engines. Backends are hence
* supposed to only perform any redrawing if it is necessary, and otherwise
* return immediately. See
- * <http://wiki.scummvm.org/index.php/HOWTO-Backends#updateScreen.28.29_method>
+ * <https://wiki.scummvm.org/index.php/HOWTO-Backends#updateScreen.28.29_method>
*/
virtual void updateScreen() = 0;