From 59ab52857f5b4374aff16edca6482a3f0c39a183 Mon Sep 17 00:00:00 2001 From: Elias Pschernig Date: Wed, 11 Oct 2023 17:53:20 +0200 Subject: [PATCH] replace http://liballeg.org with https://liballeg.github.io (liballeg.org is currently gone) --- en/_include/before-body | 2 +- en/api/api | 10 +++++----- en/docs/docs | 2 +- en/news/a.header | 2 +- make_feed | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/en/_include/before-body b/en/_include/before-body index 3920893..19444b0 100644 --- a/en/_include/before-body +++ b/en/_include/before-body @@ -57,4 +57,4 @@
-[directdocs]: http://liballeg.org/a5docs/trunk/ +[directdocs]: https://liballeg.github.io/a5docs/trunk/ diff --git a/en/api/api b/en/api/api index 031fed2..316872d 100644 --- a/en/api/api +++ b/en/api/api @@ -24,14 +24,14 @@ gzipped format (536 KiB ------------------------------------------------------------------------------------------- [st chm]: https://download.tuxfamily.org/allegro/allegro-manual/4.2.2/allegro-manual-4.2.2.en.chm -[st ol]: http://liballeg.org/stabledocs/en/index.html +[st ol]: https://liballeg.github.io/stabledocs/en/index.html [st pdf]: https://download.tuxfamily.org/allegro/allegro-manual/4.2.1/allegro-manual-4.2.1.en.pdf [st ps]: https://download.tuxfamily.org/allegro/allegro-manual/4.2.1/allegro-manual-4.2.1.en.ps.gz -[a5now ol]: http://liballeg.org/a5docs/trunk/index.html -[a5dir ol]: http://liballeg.org/a5docs/ -[a5dir 52]: http://liballeg.org/a5docs/5.2.8/ -[a5pdf 52]: http://liballeg.org/a5docs/5.2.8/refman.pdf +[a5now ol]: https://liballeg.github.io/a5docs/trunk/index.html +[a5dir ol]: https://liballeg.github.io/a5docs/ +[a5dir 52]: https://liballeg.github.io/a5docs/5.2.8/ +[a5pdf 52]: https://liballeg.github.io/a5docs/5.2.8/refman.pdf [Allegro.cc's manuals](http://www.allegro.cc/manual/) -
diff --git a/en/docs/docs b/en/docs/docs index 024652a..d76fa82 100644 --- a/en/docs/docs +++ b/en/docs/docs @@ -48,7 +48,7 @@ to contact the webmaster and report the change. [Mysteries of ex3d.c](http://www.geocities.com/siliconvalley/vista/7336/mystex22.htm) : A 3D tutorial by Robin Burrows. -[Allegro Hacker's Guide](http://liballeg.org/stable/en/ahack.html) +[Allegro Hacker's Guide](https://liballeg.github.io/stable/en/ahack.html) : Information about various inner workings of the library code. [Portability Guidelines](docs/portability_guidelines.en.html) diff --git a/en/news/a.header b/en/news/a.header index 26c721c..3677697 100644 --- a/en/news/a.header +++ b/en/news/a.header @@ -15,7 +15,7 @@ Allegro 5 has the following additional features: * Font loading and drawing * Video playback * Abstractions over shaders and low-level polygon drawing -* And [more](http://liballeg.org/a5docs/trunk/getting_started.html)! +* And [more](https://liballeg.github.io/a5docs/trunk/getting_started.html)! # News diff --git a/make_feed b/make_feed index ed24168..dc5e70a 100755 --- a/make_feed +++ b/make_feed @@ -5,7 +5,7 @@ set -e METAFILE="en/_meta/atom" -HOMEPAGE="http://liballeg.org/" +HOMEPAGE="https://liballeg.github.io/" rfc3339_date () { # Validators say that T must be used as date-time separator.