diff --git a/core/modules/field/field.purge.inc b/core/modules/field/field.purge.inc
index bd9203c..05d57ee 100644
--- a/core/modules/field/field.purge.inc
+++ b/core/modules/field/field.purge.inc
@@ -21,7 +21,7 @@
  *
  * When a single entity is deleted, the Entity storage performs the
  * following operations:
- * - Invoking the FieldItemListInterface delete() method for each field on the
+ * - Invoking the @link https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Field%21FieldItemListInterface.php/function/FieldItemListInterface%3A%3Adelete/8.2.x FieldItemListInterface delete(). @endlink method for each field on the
  *   entity. A file field type might use this method to delete uploaded files
  *   from the filesystem.
  * - Removing the data from storage.
