summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2017-02-16 16:59:07 -0500
committerRyan C. Gordon <icculus@icculus.org>2017-02-16 16:59:07 -0500
commit4eb53483c3993a4d68e947700107f5dc6cf2430f (patch)
tree12f075d34a9c5f14be7c26e4c8a117caf217ab6b /INSTALL.txt
parentffbf8f8147f065d2bdab3f3e92a73e0c17b27706 (diff)
downloadsdl-4eb53483c3993a4d68e947700107f5dc6cf2430f.tar.gz
More HTTPS doc tweaks.
(mostly I'm testing buildbot though. :) )
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 2df10bdd7..398fc1191 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -5,7 +5,7 @@ To compile and install SDL:
* Read VisualC.html
Windows with gcc, either native or cross-compiling:
- * Read the FAQ at http://wiki.libsdl.org/moin.fcg/FAQWindows
+ * Read the FAQ at https://wiki.libsdl.org/moin.fcg/FAQWindows
* Run './configure; make; make install'
Mac OS X with Xcode:
@@ -27,14 +27,14 @@ To compile and install SDL:
* Read docs/README-cmake.md
2. Look at the example programs in ./test, and check out the online
- documentation at http://wiki.libsdl.org/
+ documentation at https://wiki.libsdl.org/
3. Join the SDL developer mailing list by sending E-mail to
sdl-request@libsdl.org
and put "subscribe" in the subject of the message.
Or alternatively you can use the web interface:
- http://www.libsdl.org/mailing-list.php
+ https://www.libsdl.org/mailing-list.php
That's it!
Sam Lantinga <slouken@libsdl.org>