Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / update / src / Form / UpdateManagerInstall.php
index b14118286a999d567b813d5f8a637489f5ebc256..a99383ab953c4e748ef4428dd6019f6975191597 100644 (file)
@@ -93,7 +93,7 @@ class UpdateManagerInstall extends FormBase {
     $form['project_url'] = [
       '#type' => 'url',
       '#title' => $this->t('Install from a URL'),
-      '#description' => $this->t('For example: %url', ['%url' => 'http://ftp.drupal.org/files/projects/name.tar.gz']),
+      '#description' => $this->t('For example: %url', ['%url' => 'https://ftp.drupal.org/files/projects/name.tar.gz']),
     ];
 
     $form['information'] = [