diff --git a/core/lib/Drupal/Core/Entity/EntityInterface.php b/core/lib/Drupal/Core/Entity/EntityInterface.php
index ae436bb..6f975bb 100644
--- a/core/lib/Drupal/Core/Entity/EntityInterface.php
+++ b/core/lib/Drupal/Core/Entity/EntityInterface.php
@@ -341,6 +341,8 @@ public static function preCreate(EntityStorageInterface $storage, array &$values
   /**
    * Acts on an entity after it is created but before hooks are invoked.
    *
+   * See the @link entity_crud Entity CRUD topic @endlink for more information.
+   *
    * @param \Drupal\Core\Entity\EntityStorageInterface $storage
    *   The entity storage object.
    */
