From 32ccc186ef01657222027e3947d42becc8caa50b Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 2 Jul 2022 19:12:17 +0300 Subject: [PATCH 47/47] Update URLs pointing to wiki to use https See osdn #44981 Signed-off-by: Marko Lindqvist --- AUTHORS | 2 +- client/audio.c | 2 +- data/alien/game.ruleset | 2 +- data/helpdata.txt | 4 ++-- doc/BUGS | 4 ++-- doc/CodingStyle | 2 +- doc/HACKING | 2 +- doc/HOWTOPLAY | 4 ++-- doc/README | 4 ++-- doc/README.AI | 2 +- doc/README.nations | 6 +++--- doc/README.rulesets | 14 +++++++------- doc/README.tilesets | 20 ++++++++++---------- doc/ca/BUGS.ca | 6 +++--- doc/ca/HOWTOPLAY.ca | 4 ++-- doc/ca/README.ca | 4 ++-- doc/de/HOWTOPLAY.de | 4 ++-- doc/fr/BUGS.fr | 2 +- doc/fr/HOWTOPLAY.fr | 4 ++-- doc/fr/README.fr | 6 +++--- doc/generate_FAQ.pl | 2 +- doc/it/HOWTOPLAY.it | 4 ++-- doc/it/README.it | 2 +- doc/ja/BUGS.ja | 2 +- doc/ja/HOWTOPLAY.ja | 2 +- doc/ja/README.ja | 2 +- doc/nl/BUGS.nl | 2 +- doc/nl/HOWTOPLAY.nl | 4 ++-- doc/nl/README.nl | 2 +- doc/sv/BUGS.sv | 2 +- doc/sv/HOWTOPLAY.sv | 4 ++-- doc/sv/README.sv | 4 ++-- 32 files changed, 65 insertions(+), 65 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4ba4e1f6fe..0e17e6dfd8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Please see http://www.freeciv.org/wiki/People for a complete list. +Please see https://www.freeciv.org/wiki/People for a complete list. diff --git a/client/audio.c b/client/audio.c index f634f44cbe..9c6a9dad39 100644 --- a/client/audio.c +++ b/client/audio.c @@ -311,7 +311,7 @@ void audio_real_init(const char *const soundset_name, soundset_name, musicset_name); log_normal(_("To get sound you need to download a sound set!")); log_normal(_("Get sound sets from <%s>."), - "http://www.freeciv.org/wiki/Sounds"); + "https://www.freeciv.org/wiki/Sounds"); log_normal(_("Proceeding with sound support disabled.")); ss_tagfile = NULL; ms_tagfile = NULL; diff --git a/data/alien/game.ruleset b/data/alien/game.ruleset index 5c0d8b144b..76e2edea51 100644 --- a/data/alien/game.ruleset +++ b/data/alien/game.ruleset @@ -43,7 +43,7 @@ summary = _("\ One of the design goals of this ruleset was that it has to \ provide gameplay different from standard rules. Do not assume that any rules \ you know from classic rules apply with this ruleset.\n\n\ -See http://www.freeciv.org/wiki/Alien_World and \ +See https://www.freeciv.org/wiki/Alien_World and \ https://www.cazfi.net/freeciv/alien/ for additional ruleset info.\ ") diff --git a/data/helpdata.txt b/data/helpdata.txt index de991d652b..11932a6395 100644 --- a/data/helpdata.txt +++ b/data/helpdata.txt @@ -2004,12 +2004,12 @@ on how to use one of these languages.\ First, check whether a localization is already in progress \ for your language:\ "), "\ - http://www.freeciv.org/wiki/Translations\ + https://www.freeciv.org/wiki/Translations\ ", _("\ If you would like to add a localization (translation) for your \ language, please see the instructions at:\ "), "\ - http://www.freeciv.org/wiki/Localization\ + https://www.freeciv.org/wiki/Localization\ ", _("\ You are also welcome to send any questions to the translation \ mailing list:\ diff --git a/doc/BUGS b/doc/BUGS index 98ad112ffe..f3fb960dcc 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -14,7 +14,7 @@ Here's what to do: - Check that it is not listed as a known bug! For a continuously updated list, see: - http://www.freeciv.org/wiki/Known_Bugs + https://www.freeciv.org/wiki/Known_Bugs - Check the Freeciv website, to ensure you're playing the latest version. (We may have already fixed the problem.) @@ -77,7 +77,7 @@ Here's what to do: Primary Contact for the language. For their names and addresses, see: - http://www.freeciv.org/wiki/Localization + https://www.freeciv.org/wiki/Localization FURTHER INFORMATION: diff --git a/doc/CodingStyle b/doc/CodingStyle index 0e7500d1ae..a7c9b13e96 100644 --- a/doc/CodingStyle +++ b/doc/CodingStyle @@ -620,7 +620,7 @@ modular, so there are some observations to do: correctly without extra parameters. For further information, see: - . + . Also, name patch files descriptively (e.g. "fix-foo-bug-0.patch" is good, but "freeciv.patch" is not). diff --git a/doc/HACKING b/doc/HACKING index f0c1e4101d..aa74b85a2f 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -1166,7 +1166,7 @@ Style Guide See CodingStyle in this directory. - If you send patches, use "diff -u" (or "diff -r -u"). For further - information, see . + information, see . Also, name patch files descriptively (e.g. "fix-foo-bug-0.patch" is good, but "freeciv.patch" is not). diff --git a/doc/HOWTOPLAY b/doc/HOWTOPLAY index 78ade4d9a9..43e2504be1 100644 --- a/doc/HOWTOPLAY +++ b/doc/HOWTOPLAY @@ -9,7 +9,7 @@ If you're looking for how to get Freeciv running, look in README. If you have never played the Civilization games, it's easiest to start by reading the Freeciv Manual, available separately at: - http://www.freeciv.org/wiki/Manual + https://www.freeciv.org/wiki/Manual If you're looking for ideas on playing Freeciv, then keep reading!! @@ -148,7 +148,7 @@ Q. What other strategies are there? There are a number of tutorials and strategy guides available at the Freeciv wiki: - http://www.freeciv.org/wiki/Tutorials + https://www.freeciv.org/wiki/Tutorials Plus, the Freeciv online help describes another strategy. diff --git a/doc/README b/doc/README index c0d75eb1db..7470d9853d 100644 --- a/doc/README +++ b/doc/README @@ -216,7 +216,7 @@ Client: | % freeciv-gtk3.22 --tiles trident - Other tilesets are available from http://www.freeciv.org/wiki/Tilesets + Other tilesets are available from https://www.freeciv.org/wiki/Tilesets Clients can be authorized to issue server commands. To allow them @@ -368,7 +368,7 @@ For lots more information about the client, the server, and the concepts and rules of the game, see the Freeciv manual, available at the wiki: - http://www.freeciv.org/wiki/Manual + https://www.freeciv.org/wiki/Manual Ending the game: diff --git a/doc/README.AI b/doc/README.AI index bb0b032228..afaf1bda45 100644 --- a/doc/README.AI +++ b/doc/README.AI @@ -50,7 +50,7 @@ CONTACTING THE CURRENT AI DEVELOPERS AI development used to have its own mailing list, freeciv-ai@freeciv.org. Go to - http://www.freeciv.org/wiki/Community_Forums + https://www.freeciv.org/wiki/Community_Forums to read the archives. diff --git a/doc/README.nations b/doc/README.nations index 6552841b31..2030acad8f 100644 --- a/doc/README.nations +++ b/doc/README.nations @@ -9,7 +9,7 @@ nation files for Freeciv. A nation consists of a nation file in the rulesets and a flag in the tilesets. The contents of this file is based on this page from the Freeciv wiki: -http://www.freeciv.org/wiki/Nations +https://www.freeciv.org/wiki/Nations @@ -427,8 +427,8 @@ different versions of Freeciv is kept in the wiki at https://www.freeciv.org/ as part of the ruleset differences. The URLs below list the differences between the freeciv versions from 2.3.x to the current version: -http://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.2_to_2.3 +https://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.2_to_2.3 The description of a nation file can be found at: -http://www.freeciv.org/wiki/Nations +https://www.freeciv.org/wiki/Nations diff --git a/doc/README.rulesets b/doc/README.rulesets index 4ef9330f22..a04e26fd32 100644 --- a/doc/README.rulesets +++ b/doc/README.rulesets @@ -163,16 +163,16 @@ different versions of Freeciv is kept in the wiki at https://www.freeciv.org/ The URLs below list the differences between the freeciv versions from 2.2.x to the current version: -http://www.freeciv.org/wiki/How_to_update_a_ruleset_from_3.1_to_3.2 +https://www.freeciv.org/wiki/How_to_update_a_ruleset_from_3.1_to_3.2 -http://www.freeciv.org/wiki/How_to_update_a_ruleset_from_3.0_to_3.1 +https://www.freeciv.org/wiki/How_to_update_a_ruleset_from_3.0_to_3.1 -http://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.6_to_3.0 +https://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.6_to_3.0 -http://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.5_to_2.6 +https://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.5_to_2.6 -http://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.4_to_2.5 +https://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.4_to_2.5 -http://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.3_to_2.4 +https://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.3_to_2.4 -http://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.2_to_2.3 +https://www.freeciv.org/wiki/How_to_update_a_ruleset_from_2.2_to_2.3 diff --git a/doc/README.tilesets b/doc/README.tilesets index 4db337b872..aa956e594a 100644 --- a/doc/README.tilesets +++ b/doc/README.tilesets @@ -17,22 +17,22 @@ different versions of Freeciv is kept in the wiki at https://www.freeciv.org/ The URLs below list the differences between the freeciv versions from 1.14.x to the current version: -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_3.1_to_3.2 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_3.1_to_3.2 -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_3.0_to_3.1 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_3.0_to_3.1 -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.6_to_3.0 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.6_to_3.0 -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.5_to_2.6 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.5_to_2.6 -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.4_to_2.5 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.4_to_2.5 -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.3_to_2.4 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.3_to_2.4 -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.2_to_2.3 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.2_to_2.3 -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.1_to_2.2 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.1_to_2.2 -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.0_to_2.1 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_2.0_to_2.1 -http://www.freeciv.org/wiki/How_to_update_a_tileset_from_1.14_to_2.0 +https://www.freeciv.org/wiki/How_to_update_a_tileset_from_1.14_to_2.0 diff --git a/doc/ca/BUGS.ca b/doc/ca/BUGS.ca index acdcad0ebf..627e618226 100644 --- a/doc/ca/BUGS.ca +++ b/doc/ca/BUGS.ca @@ -15,7 +15,7 @@ S'ha de fer el següent: - Comprovar que no sigui un problema ja conegut. Per una llista que es manté sempre al dia, veure: - http://www.freeciv.org/wiki/Known_Bugs + https://www.freeciv.org/wiki/Known_Bugs - Mirar el web de Freeciv, per assegurar-se que estàs jugant amb la versió més nova. (Potser ja l'hem solucionat). @@ -76,7 +76,7 @@ S'ha de fer el següent: - Si és un problema de traducció, s'hauria de dir al Contacte Primari per l'idioma. Per veure els seus noms i adreces, vés a: - http://www.freeciv.org/wiki/Localization + https://www.freeciv.org/wiki/Localization INFORMACIÓ ADDICIONAL: @@ -88,4 +88,4 @@ Per més informació, com sempre, la web de Freeciv: i ara, la versió catalana: - http://www.freeciv.org/wiki-ca/ + https://www.freeciv.org/wiki-ca/ diff --git a/doc/ca/HOWTOPLAY.ca b/doc/ca/HOWTOPLAY.ca index 49aad7ba95..374e5fe6a9 100644 --- a/doc/ca/HOWTOPLAY.ca +++ b/doc/ca/HOWTOPLAY.ca @@ -9,7 +9,7 @@ Si el que busques és com executar el Freeciv, mira el fitxer README.ca. Si no has jugat mai als jocs Civilization, el més fàcil és començar llegint el manual de Freeciv, consultable a: - http://www.freeciv.org/wiki-ca/Manual_de_joc + https://www.freeciv.org/wiki-ca/Manual_de_joc Si el que vols són idees per jugar al Freeciv, continua llegint!! @@ -150,7 +150,7 @@ Q. Quines altres estratègies hi ha? Hi ha una colla de tutorials i guies d'estratègia disponibles a la wiki de Freeciv (en anglès): - http://www.freeciv.org/wiki/Tutorials + https://www.freeciv.org/wiki/Tutorials A més, l'ajuda en línia de Freeciv en descriu una altra. diff --git a/doc/ca/README.ca b/doc/ca/README.ca index 32b703ae12..d22567221f 100644 --- a/doc/ca/README.ca +++ b/doc/ca/README.ca @@ -184,7 +184,7 @@ Client: | % civclient --tiles trident - Es poden obtenir altres jocs de caselles a http://www.freeciv.org/wiki/Tilesets + Es poden obtenir altres jocs de caselles a https://www.freeciv.org/wiki/Tilesets Es pot autoritzar als clients a donar comandes de servidor. Per @@ -333,7 +333,7 @@ Per molta més informació sobre el client, el servidor, i els conceptes i regles del joc, veure el manual de Freeciv, disponible a la wiki també en català: - http://www.freeciv.org/wiki-ca/Manual + https://www.freeciv.org/wiki-ca/Manual Final de la partida: diff --git a/doc/de/HOWTOPLAY.de b/doc/de/HOWTOPLAY.de index e211ca6a68..d772a6801a 100644 --- a/doc/de/HOWTOPLAY.de +++ b/doc/de/HOWTOPLAY.de @@ -7,7 +7,7 @@ Nachahmungen gespielt haben, sollten Sie zunächst einen Blick in die (leider veraltete und nur in Englisch vorliegende) Bedienungsanleitung werfen: - http://www.freeciv.org/wiki-de/Handbuch + https://www.freeciv.org/wiki-de/Handbuch http://files.freeciv.org/contrib/manual/ *************************************************************************** @@ -153,7 +153,7 @@ Frage: Gibt es noch andere Strategien? Es gibt einige Tutorials und Strategieführer, verfügbar auf der Freeciv-Homepage: - http://freeciv.org/wiki/Tutorials + https://freeciv.org/wiki/Tutorials Außerdem beschreibt die Freeciv-Online-Hilfe noch eine andere Strategie. diff --git a/doc/fr/BUGS.fr b/doc/fr/BUGS.fr index 9302c572fb..704fb45bfe 100644 --- a/doc/fr/BUGS.fr +++ b/doc/fr/BUGS.fr @@ -89,7 +89,7 @@ FAIRE UN RAPPORT DE BUG : ======================= (S'il s'agit d'un bug dans la traduction, il doit être rapporté au contact -primaire pour la langage. Voyez pour +primaire pour la langage. Voyez pour les noms et adresses des personnes.) Voici ce qu'il faut faire : diff --git a/doc/fr/HOWTOPLAY.fr b/doc/fr/HOWTOPLAY.fr index c7c8c9b84e..05e3ebe480 100644 --- a/doc/fr/HOWTOPLAY.fr +++ b/doc/fr/HOWTOPLAY.fr @@ -10,7 +10,7 @@ Si vous n'avez jamais joué aux jeux Civilization, il sera plus facile de commencer par lire le "Freeciv Manual", disponible séparément aux endroits suivants : - http://www.freeciv.org/wiki-fr/Manuel + https://www.freeciv.org/wiki-fr/Manuel http://files.freeciv.org/contrib/manual/ Si vous cherchez des idées pour jouer à Freeciv, continuez à lire ! @@ -164,7 +164,7 @@ Q : Y-a-t-il d'autres stratégies ? Il y a un certain nombre de tutoriaux et de guides de stratégie disponibles sur les pages web de Freeciv : - http://www.freeciv.org/wiki-fr/Documentation + https://www.freeciv.org/wiki-fr/Documentation L'aide en ligne de Freeciv décrit également une autre stratégie. diff --git a/doc/fr/README.fr b/doc/fr/README.fr index 5862e0d5b8..a75eba5f71 100644 --- a/doc/fr/README.fr +++ b/doc/fr/README.fr @@ -259,7 +259,7 @@ Client : | % freeciv-gtk3 --tiles trident D'autres jeux de tuiles sont disponibles sur - http://www.freeciv.org/wiki/Tilesets + https://www.freeciv.org/wiki/Tilesets Les clients peuvent être autorisés à utiliser des commandes du serveur. Pour les autoriser à n'utiliser que des commandes @@ -427,9 +427,9 @@ Pour avoir beaucoup plus de renseignements à propos du client, du serveur et des concepts et des règles du jeu, consultez le manuel de Freeciv disponible sur le site wiki : - http://www.freeciv.org/wiki-fr/Manuel + https://www.freeciv.org/wiki-fr/Manuel ou - http://www.freeciv.org/wiki/Manual (en anglais) + https://www.freeciv.org/wiki/Manual (en anglais) Fin de la partie : ================== diff --git a/doc/generate_FAQ.pl b/doc/generate_FAQ.pl index 82d172837e..b93ef00727 100644 --- a/doc/generate_FAQ.pl +++ b/doc/generate_FAQ.pl @@ -4,7 +4,7 @@ $test_data = ""; # uncomment the following to run from named file #$test_data = "sample.txt"; -$faq_url = "http://www.freeciv.org/wiki/FAQ"; +$faq_url = "https://www.freeciv.org/wiki/FAQ"; $faq_file = "FAQ"; @sections; diff --git a/doc/it/HOWTOPLAY.it b/doc/it/HOWTOPLAY.it index 7e7563adcd..eae185ef19 100644 --- a/doc/it/HOWTOPLAY.it +++ b/doc/it/HOWTOPLAY.it @@ -20,7 +20,7 @@ Per avere Freeciv funzionante vedi il file README (oppure doc/README.it Ndt). Se non hai mai giocato a giochi come Civilization, e' piu' facile cominciare leggendo il manuale di Freeciv, disponibile separatamente presso: - http://freeciv.org/wiki/It:Manual + https://freeciv.org/wiki/It:Manual Se stai cercando idee per giocare a Freeciv continua a leggere!! @@ -159,7 +159,7 @@ D. Quali altre strategie esistono? Ci sono alcuni tutorial e guide strategiche disponibili presso le pagine web di Freeciv, presso: - http://freeciv.org/wiki/It:Docs + https://freeciv.org/wiki/It:Docs Inoltre la guida in linea di Freeciv descrive un'altra strategia. diff --git a/doc/it/README.it b/doc/it/README.it index 5ebe837c55..a58fb9ca78 100644 --- a/doc/it/README.it +++ b/doc/it/README.it @@ -331,7 +331,7 @@ un'occhiata al Freeciv playing HOWTO, contenuto nel file HOWTOPLAY. Per molte piu' informazioni sul client, sul server esui concetti e le regole di gioco, confrontate il manuale di Freeciv, disponibile presso: - http://freeciv.org/wiki/It:Docs + https://www.freeciv.org/wiki/It:Docs Concludere il gioco: diff --git a/doc/ja/BUGS.ja b/doc/ja/BUGS.ja index f0349de08e..86f3ce875d 100644 --- a/doc/ja/BUGS.ja +++ b/doc/ja/BUGS.ja @@ -77,7 +77,7 @@ Freeciv 2.2 は、「安定版(stable)」リリースです。普通に遊ぶに (そのバグが翻訳上のものであるなら、その言語の「コンタクトを取る相手」 にメールして下さい。名前とメールアドレスは - を見て下さい。) + を見て下さい。) 手順: diff --git a/doc/ja/HOWTOPLAY.ja b/doc/ja/HOWTOPLAY.ja index c1f53053a4..6a7315d1e0 100644 --- a/doc/ja/HOWTOPLAY.ja +++ b/doc/ja/HOWTOPLAY.ja @@ -12,7 +12,7 @@ Freeciv の遊び方 HOWTO Civilization ゲームを一度も遊んだことがないなら、マニュアルを読むこと から始めるのが簡単です。マニュアルは以下から入手できます。 - http://www.freeciv.org/wiki-ja/マニュアル + https://www.freeciv.org/wiki-ja/マニュアル Freeciv の遊び方のアイディアを探しているなら、このまま読み進めて下さい。 diff --git a/doc/ja/README.ja b/doc/ja/README.ja index 3c39a67813..bc14582c98 100644 --- a/doc/ja/README.ja +++ b/doc/ja/README.ja @@ -320,7 +320,7 @@ asleep or what?? ;). クライアント、サーバ、そしてゲームのコンセプトやルールについてのもっと 沢山の情報は、 Freeciv マニュアルを見て下さい。ウェブページにあります: - http://www.freeciv.org/wiki-ja/マニュアル + https://www.freeciv.org/wiki-ja/マニュアル ゲームの終局: diff --git a/doc/nl/BUGS.nl b/doc/nl/BUGS.nl index ce97265aad..20e4cfc4fc 100644 --- a/doc/nl/BUGS.nl +++ b/doc/nl/BUGS.nl @@ -99,7 +99,7 @@ RAPPORTEREN VAN FOUTEN: (Als het vertalingsfouten betreft in de Nederlandse versie, neem dan contact op met Pieter J. Kersten . Voor vertalingsfouten in andere talen, neem contact op met de primaire contactpersoon voor die taal. Kijk op - voor de namen en mailadressen van deze + voor de namen en mailadressen van deze mensen.) Dit is wat u moet doen: diff --git a/doc/nl/HOWTOPLAY.nl b/doc/nl/HOWTOPLAY.nl index d76b9a77bc..8c2125eee1 100644 --- a/doc/nl/HOWTOPLAY.nl +++ b/doc/nl/HOWTOPLAY.nl @@ -10,7 +10,7 @@ Als u nog nooit Freeciv gespeeld hebt, is het het gemakkelijkst om te beginnen met de Freeciv handleiding (in Engels), apart beschikbaar op: - http://freeciv.org/wiki/Manual + https://www.freeciv.org/wiki/Manual Als u zoekt naar ideëen om Freeciv te spelen, blijf dan lezen!! @@ -149,7 +149,7 @@ V. Welke strategieën zijn er nog meer? Er zijn een aantal (Engelstalige) instructie- en strategie-documenten beschikbaar op de Freeciv web pagina's op: - http://freeciv.org/wiki/Tutorials + https://www.freeciv.org/wiki/Tutorials Plus, de Freeciv online help beschrijft een andere strategie. diff --git a/doc/nl/README.nl b/doc/nl/README.nl index 244b5132d7..47f218fba8 100644 --- a/doc/nl/README.nl +++ b/doc/nl/README.nl @@ -314,7 +314,7 @@ Voor heel veel meer informatie over de client, de server en de concepten en regels van het spel, bekijk de Freeciv handleiding, beschikbaar op de webpagina's op: - http://freeciv.org/wiki/Manual + https://www.freeciv.org/wiki/Manual Beëindigen van het spel: diff --git a/doc/sv/BUGS.sv b/doc/sv/BUGS.sv index 13d794e1fb..662044937d 100644 --- a/doc/sv/BUGS.sv +++ b/doc/sv/BUGS.sv @@ -15,7 +15,7 @@ Så här gör man: - Ser efter att det inte är en känd bugg! Se listan vid: - http://www.freeciv.org/wiki/Known_Bugs + https://www.freeciv.org/wiki/Known_Bugs - Tittar på och försäkrar sig om att man har den nyaste versionen. (Vi kanske redan har rättat felet.) diff --git a/doc/sv/HOWTOPLAY.sv b/doc/sv/HOWTOPLAY.sv index 1255f9ee24..b4b78ed8df 100644 --- a/doc/sv/HOWTOPLAY.sv +++ b/doc/sv/HOWTOPLAY.sv @@ -9,7 +9,7 @@ Om man aldrig har spelat något av spelen i Civilization-serien är det bäst om man börjar med att läsa Freecivs handbok som är tillgänglig vid: - http://www.freeciv.org/wiki/Manual + https://www.freeciv.org/wiki/Manual För upplysningar om hur man spelar Freeciv, fortsätt läsa! @@ -151,7 +151,7 @@ Fråga: Vilka andra strategier finns det? Det finns ett antal handledningar och strategianvisningar tillgängliga vid Freecivs webplats vid: - http://www.freeciv.org/wiki/Tutorials + https://www.freeciv.org/wiki/Tutorials Dessutom beskriver Freecivs inbyggda hjälp en annan strategi. diff --git a/doc/sv/README.sv b/doc/sv/README.sv index 968722843c..5a31b3c182 100644 --- a/doc/sv/README.sv +++ b/doc/sv/README.sv @@ -170,7 +170,7 @@ Klient: Andra uppsättningar kan hämtas från: - http://www.freeciv.org/wiki/Tilesets + https://www.freeciv.org/wiki/Tilesets Klienter kan ges tillåtelse att utföra serverkommandon. Skriv följande vid serverprompten för att endast ge dem tillåtelse att @@ -320,7 +320,7 @@ kan man titta i filen "HOWTOPLAY.sv". Se freecivhandboken på följande adress för mycket mer information om klienten, servern och spelet: - http://www.freeciv.org/wiki/Manual + https://www.freeciv.org/wiki/Manual Avsluta spelet: -- 2.35.1