From 055054d592f935c150494d36285e1e3bed009d74 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 1 Nov 2021 10:17:29 +0000
Subject: [PATCH] Issue #3245820 by paul121, dww, eojthebrave: Remove
 references to removed node publish actions

---
 core/lib/Drupal/Core/Annotation/Action.php           | 3 +--
 core/lib/Drupal/Core/Field/FieldUpdateActionBase.php | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/core/lib/Drupal/Core/Annotation/Action.php b/core/lib/Drupal/Core/Annotation/Action.php
index 9f215fc87a4d..3a5009cf5965 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 03b5255b3701..b00872f9bec2 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 {
 
-- 
GitLab