diff --git a/installation.md b/installation.md
index da5614a..1e09017 100644
--- a/installation.md
+++ b/installation.md
@@ -66,7 +66,7 @@ Appel :
php autodoc/bin/autodoc.php
Le fonctionnement est exactement le même que le script `phpdoc.php`
-http://www.phpdoc.org/docs/latest/for-users/basic-usage.html
+https://www.phpdoc.org/docs/latest/for-users/basic-usage.html
L'exécutable sans paramètre affiche la liste des actions et peut afficher,
pour chaque action ses arguments et options possibles.
@@ -104,14 +104,14 @@ Dans le fichier `phpdoc.xml` il est possible de définir les options suivantes
qui agissent uniquement avec le template Zora :
-
+
-
+
- site :
diff --git a/src/autodoc/Helpers/Generator.php b/src/autodoc/Helpers/Generator.php
index bd2f4a1..62c086a 100644
--- a/src/autodoc/Helpers/Generator.php
+++ b/src/autodoc/Helpers/Generator.php
@@ -717,7 +717,7 @@ class Generator
}
if (!$is_spip) {
- $lien_plugins_spip = "http://plugins.spip.net/$prefixe.html";
+ $lien_plugins_spip = "https://plugins.spip.net/$prefixe.html";
$this->infos_plugins[$prefixe]['annuaire'] = $lien_plugins_spip;
// récupérer les infos dans les chaînes de langue.
diff --git a/src/autodoc/Helpers/Template/index.html b/src/autodoc/Helpers/Template/index.html
index 0f634e8..ec328ce 100644
--- a/src/autodoc/Helpers/Template/index.html
+++ b/src/autodoc/Helpers/Template/index.html
@@ -84,10 +84,10 @@
Liste automatique créée avec
-
Autodoc,
+
Autodoc,
utilisant les logiciels
Cilex
et
Twig.
- Les documentations liées sont générées avec
PHPDocumentor
+ Les documentations liées sont générées avec
PHPDocumentor
Fichier généré le {{ "now"|date("j/m/Y à H:i") }}
diff --git a/src/autodoc/Plugin/Core/Compiler/Pass/VcsLinkBuilder.php b/src/autodoc/Plugin/Core/Compiler/Pass/VcsLinkBuilder.php
index 336985a..1d9caab 100644
--- a/src/autodoc/Plugin/Core/Compiler/Pass/VcsLinkBuilder.php
+++ b/src/autodoc/Plugin/Core/Compiler/Pass/VcsLinkBuilder.php
@@ -219,8 +219,8 @@ class VcsLinkBuilder implements CompilerPassInterface
**/
function source_pour_humains($url_repo) {
static $connus = array(
- 'svn://zone.spip.org/spip-zone' => array('trac', 'http://zone.spip.org/trac/spip-zone'),
- 'svn://trac.rezo.net/spip' => array('redmine', 'http://core.spip.org/projects/spip'),
+ 'svn://zone.spip.org/spip-zone' => array('trac', 'https://zone.spip.org/trac/spip-zone'),
+ 'svn://trac.rezo.net/spip' => array('redmine', 'https://core.spip.net/projects/spip'),
);
$url_repo = (string) $url_repo;
if (isset($connus[$url_repo])) {
diff --git a/src/autodoc/Plugin/Core/Transformer/Router/UrlGenerator/Zora/PackageDescriptor.php b/src/autodoc/Plugin/Core/Transformer/Router/UrlGenerator/Zora/PackageDescriptor.php
index 5c83662..285c696 100644
--- a/src/autodoc/Plugin/Core/Transformer/Router/UrlGenerator/Zora/PackageDescriptor.php
+++ b/src/autodoc/Plugin/Core/Transformer/Router/UrlGenerator/Zora/PackageDescriptor.php
@@ -6,7 +6,7 @@
*
* @copyright 2010-2013 Mike van Riel / Naenius (http://www.naenius.com)
* @license http://www.opensource.org/licenses/mit-license.php MIT
- * @link http://phpdoc.org
+ * @link https://phpdoc.org
*/
namespace autodoc\Plugin\Core\Transformer\Router\UrlGenerator\Zora;
diff --git a/templates/zora/footer/dist.twig b/templates/zora/footer/dist.twig
index 9a71fc4..2600ba4 100644
--- a/templates/zora/footer/dist.twig
+++ b/templates/zora/footer/dist.twig
@@ -1,5 +1,5 @@
{% block footer %}
Documentation automatique créée avec
- PHPDocumentor {{ configuration.phpDocumentor.version }}
+ PHPDocumentor {{ configuration.phpDocumentor.version }}
- générée le {{ "now"|date("j/m/Y à H:i") }}
{% endblock %}