QTfrontend/util/SDLInteraction.h
changeset 12268 2eedf9e0cd6d
parent 11362 ed5a6478e710
--- a/QTfrontend/util/SDLInteraction.h	Sun Apr 16 03:24:17 2017 +0200
+++ b/QTfrontend/util/SDLInteraction.h	Sun Apr 16 04:49:05 2017 +0200
@@ -41,7 +41,7 @@
 /**
  * @brief Class for interacting with SDL (used for music and keys)
  *
- * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
+ * @see <a href="https://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
  */
 class SDLInteraction
 {
@@ -53,7 +53,7 @@
          * Not to be used from outside the class,
          * use the static {@link DataManager::instance()} instead.
          *
-         * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
+         * @see <a href="https://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
          */
         SDLInteraction();
 
@@ -73,7 +73,7 @@
         /**
          * @brief Returns reference to the <i>singleton</i> instance of this class.
          *
-         * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
+         * @see <a href="https://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
          *
          * @return reference to the instance.
          */