diff --git a/core/lib/Drupal/Core/Annotation/Action.php b/core/lib/Drupal/Core/Annotation/Action.php
index 9f215fc87a4d60ee8c6e503c3976f30f158e7844..3a5009cf59655d828430336702215d2ba85ecb84 100644
--- a/core/lib/Drupal/Core/Annotation/Action.php
+++ b/core/lib/Drupal/Core/Annotation/Action.php
@@ -9,11 +9,10 @@
  *
  * Plugin Namespace: Plugin\Action
  *
- * For a working example, see \Drupal\node\Plugin\Action\UnpublishNode
- *
  * @see \Drupal\Core\Action\ActionInterface
  * @see \Drupal\Core\Action\ActionManager
  * @see \Drupal\Core\Action\ActionBase
+ * @see \Drupal\Core\Action\Plugin\Action\UnpublishAction
  * @see plugin_api
  *
  * @Annotation
diff --git a/core/lib/Drupal/Core/Field/FieldUpdateActionBase.php b/core/lib/Drupal/Core/Field/FieldUpdateActionBase.php
index 03b5255b37018cda02532d7a97dadda2bbd86a0a..b00872f9bec2782a7d91d4a7b7ce8b82dae11f25 100644
--- a/core/lib/Drupal/Core/Field/FieldUpdateActionBase.php
+++ b/core/lib/Drupal/Core/Field/FieldUpdateActionBase.php
@@ -23,7 +23,7 @@
  * }
  * @endcode
  *
- * @see \Drupal\node\Plugin\Action\PublishNode
+ * @see \Drupal\Core\Action\Plugin\Action\PublishAction
  */
 abstract class FieldUpdateActionBase extends ActionBase {