diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php
index 1f4e4d00122020ee4d153e81e1f01d5b2b32b201..dc4d75da680331a5c709ca7f36a8db3e49c926e7 100644
--- a/ecrire/inc/utils.php
+++ b/ecrire/inc/utils.php
@@ -2712,7 +2712,7 @@ function spip_initialisation_suite() {
 	// le script de l'espace prive
 	// Mettre a "index.php" si DirectoryIndex ne le fait pas ou pb connexes:
 	// les anciens IIS n'acceptent pas les POST sur ecrire/ (#419)
-	// meme pb sur thttpd cf. http://forum.spip.net/fr_184153.html
+	// meme pb sur thttpd cf. https://forum.spip.net/fr_184153.html
 	if (!defined('_SPIP_ECRIRE_SCRIPT')) {
 		if (!empty($_SERVER['SERVER_SOFTWARE']) and preg_match(',IIS|thttpd,', $_SERVER['SERVER_SOFTWARE'])) {
 			define('_SPIP_ECRIRE_SCRIPT', 'index.php');