From 656a9b92c099c3c459d9a13d77270bab194f73f1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 20 Jun 2017 14:06:13 -0400 Subject: [PATCH] Changed some URLs from http:// to https://, where supported. --- README.txt | 2 +- docs/INSTALL.txt | 10 +++++----- docs/TODO.txt | 8 ++++---- src/archiver_qpak.c | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.txt b/README.txt index b1225b73..5f61153c 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ PhysicsFS; a portable, flexible file i/o abstraction. - http://icculus.org/physfs/ + https://icculus.org/physfs/ Please see the docs directory for documentation, licensing, and information. diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index 527f71c7..31267797 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -1,6 +1,6 @@ The latest PhysicsFS information and releases can be found at: - http://icculus.org/physfs/ + https://icculus.org/physfs/ Building is (ahem) very easy. @@ -17,14 +17,14 @@ If you've got Doxygen (http://www.doxygen.org/) installed, you can run it the API reference (or build the "docs" target from your build system). This is optional. You can browse the API docs online here: - http://icculus.org/physfs/docs/ + https://icculus.org/physfs/docs/ UNIX: -You will need CMake (http://www.cmake.org/) 2.4 or later installed. +You will need CMake (https://www.cmake.org/) 2.4 or later installed. Make a directory, wherever you like. This will be your build directory. @@ -61,7 +61,7 @@ If building with Cygwin, mingw32, MSYS, or something else that uses the GNU toolchain, follow the Unix instructions, above. If you want to use Visual Studio, nmake, or the Platform SDK, you will need - CMake (http://www.cmake.org/) 2.4 or later installed. Point CMake at the + CMake (https://www.cmake.org/) 2.4 or later installed. Point CMake at the CMakeLists.txt file in the root of the source directory and hit the "Configure" button. After telling it what type of compiler you are targeting (Borland, Visual Studio, etc), CMake will process for while and then give you @@ -109,7 +109,7 @@ Classic Mac OS support has been dropped in PhysicsFS 2.0. Apple hasn't updated MAC OS X: -You will need CMake (http://www.cmake.org/) 2.4 or later installed. +You will need CMake (https://www.cmake.org/) 2.4 or later installed. You can either generate a Unix makefile with CMake, or generate an Xcode project, whichever makes you more comfortable. diff --git a/docs/TODO.txt b/docs/TODO.txt index e69f9d55..029ef697 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -4,7 +4,7 @@ These are in no particular order. Some might be dupes, some might be done already, some might be bad ideas. -From http://icculus.org/pipermail/physfs/2009-March/000698.html ... +From https://icculus.org/pipermail/physfs/2009-March/000698.html ... - Archives formats provided by the implementation. - Write support for various archives. I haven't decided how to do this yet, @@ -15,17 +15,17 @@ From http://icculus.org/pipermail/physfs/2009-March/000698.html ... - Clean up the sources to match my ever-changing coding style. :) -From http://icculus.org/pipermail/physfs/2010-January/000821.html ... +From https://icculus.org/pipermail/physfs/2010-January/000821.html ... - Plugin system for the archive handlers -From http://icculus.org/pipermail/physfs/2010-January/000826.html ... +From https://icculus.org/pipermail/physfs/2010-January/000826.html ... - Lua bindings -From http://icculus.org/pipermail/physfs/2010-January/000833.html ... +From https://icculus.org/pipermail/physfs/2010-January/000833.html ... - SWIG bindings diff --git a/src/archiver_qpak.c b/src/archiver_qpak.c index ab7374ae..61f306f3 100644 --- a/src/archiver_qpak.c +++ b/src/archiver_qpak.c @@ -8,7 +8,7 @@ * ======================================================================== * * This format info (in more detail) comes from: - * http://debian.fmi.uni-sofia.bg/~sergei/cgsr/docs/pak.txt + * https://web.archive.org/web/20040209101748/http://debian.fmi.uni-sofia.bg/~sergei/cgsr/docs/pak.txt * * Quake PAK Format *