From 8ed14e0eaecbe5b384fc661a021cb027d0ee4b24 Mon Sep 17 00:00:00 2001
From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org>
Date: Tue, 21 Jun 2016 12:45:31 +0100
Subject: [PATCH] Issue #2728789 by tlyngej: Wrong @see link in
 CckFieldPluginBase docblock

---
 .../src/Plugin/migrate/cckfield/CckFieldPluginBase.php          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php b/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php
index 87d545730b55..d942bce2c453 100644
--- a/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php
+++ b/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php
@@ -10,7 +10,7 @@
 /**
  * The base class for all cck field plugins.
  *
- * @see \Drupal\migrate_drupal\Plugin\MigratePluginManager
+ * @see \Drupal\migrate\Plugin\MigratePluginManager
  * @see \Drupal\migrate_drupal\Annotation\MigrateCckField
  * @see \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface
  * @see plugin_api
-- 
GitLab