summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-1.5.rst')
-rw-r--r--documentation/migration-guides/migration-1.5.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index b47980dc67..ad7e239eaf 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -221,8 +221,8 @@ Task Recipes
221 221
222The previously deprecated ``task.bbclass`` has now been dropped. For 222The previously deprecated ``task.bbclass`` has now been dropped. For
223recipes that previously inherited from this class, you should rename 223recipes that previously inherited from this class, you should rename
224them from ``task-*`` to ``packagegroup-*`` and inherit packagegroup 224them from ``task-*`` to ``packagegroup-*`` and inherit
225instead. 225:ref:`packagegroup <ref-classes-packagegroup>` instead.
226 226
227For more information, see the ":ref:`ref-classes-packagegroup`" section. 227For more information, see the ":ref:`ref-classes-packagegroup`" section.
228 228