From e7a382c5776afd9aded58ccbdb442bbf11453c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 15 Oct 2025 18:07:21 +0200 Subject: [PATCH] Use https for links. I thought I went over all these several years ago already, but apparently not or maybe back then not all websites were HTTPS-ready. Now they are. --- doc/python/conf.py | 2 +- package/ci/appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/conf.py b/doc/python/conf.py index 2d51ecd..bd7963c 100644 --- a/doc/python/conf.py +++ b/doc/python/conf.py @@ -267,7 +267,7 @@ PAGE_HEADER = """ FINE_PRINT = """ | Magnum Python docs. Part of the `Magnum project `_, - copyright © `Vladimír Vondruš `_ and contributors, 2010--2025. + copyright © `Vladimír Vondruš `_ and contributors, 2010--2025. | Generated by `m.css Python doc generator `_. Contact the team via `GitHub `_, `Gitter `_, diff --git a/package/ci/appveyor.yml b/package/ci/appveyor.yml index 5e42840..82e07d0 100644 --- a/package/ci/appveyor.yml +++ b/package/ci/appveyor.yml @@ -120,7 +120,7 @@ install: - 7z x v%PYBIND%.zip # SDL2 -- IF "%TARGET%" == "desktop" IF "%COMPILER:~0,4%" == "msvc" IF NOT EXIST %APPVEYOR_BUILD_FOLDER%\SDL2-devel-2.0.9-VC.zip appveyor DownloadFile http://www.libsdl.org/release/SDL2-devel-2.0.9-VC.zip +- IF "%TARGET%" == "desktop" IF "%COMPILER:~0,4%" == "msvc" IF NOT EXIST %APPVEYOR_BUILD_FOLDER%\SDL2-devel-2.0.9-VC.zip appveyor DownloadFile https://www.libsdl.org/release/SDL2-devel-2.0.9-VC.zip - IF "%TARGET%" == "desktop" IF "%COMPILER:~0,4%" == "msvc" 7z x SDL2-devel-2.0.9-VC.zip && ren SDL2-2.0.9 SDL # GLFW