From b653ff81be88892a205baa69efb7f159c66461e5 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Wed, 1 Oct 2014 18:16:54 +0200
Subject: [PATCH] Issue #2343841 by tripper54: Fixed Remove broken link to
 gawds.org.

---
 core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php b/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
index b97552369dad..159a0a1965b0 100644
--- a/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
+++ b/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
@@ -225,7 +225,7 @@ public static function process($element, FormStateInterface $form_state, $form)
       '#type' => 'textfield',
       '#default_value' => isset($item['alt']) ? $item['alt'] : '',
       '#description' => t('This text will be used by screen readers, search engines, or when the image cannot be loaded.'),
-      // @see http://www.gawds.org/show.php?contentid=28
+      // @see https://drupal.org/node/465106#alt-text
       '#maxlength' => 512,
       '#weight' => -12,
       '#access' => (bool) $item['fids'] && $element['#alt_field'],
-- 
GitLab