diff options
Diffstat (limited to 'documentation/migration-guides/migration-3.1.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-3.1.rst b/documentation/migration-guides/migration-3.1.rst index 80b8f6baa5..cb0296717e 100644 --- a/documentation/migration-guides/migration-3.1.rst +++ b/documentation/migration-guides/migration-3.1.rst | |||
@@ -125,7 +125,7 @@ renamed to ``features_check``; the ``distro_features_check`` class still | |||
125 | exists but generates a warning and redirects to the new class. In | 125 | exists but generates a warning and redirects to the new class. In |
126 | preparation for a future removal of the old class it is recommended that | 126 | preparation for a future removal of the old class it is recommended that |
127 | you update recipes currently inheriting ``distro_features_check`` to | 127 | you update recipes currently inheriting ``distro_features_check`` to |
128 | inherit ``features_check`` instead. | 128 | inherit :ref:`features_check <ref-classes-features_check>` instead. |
129 | 129 | ||
130 | .. _migration-3.1-removed-classes: | 130 | .. _migration-3.1-removed-classes: |
131 | 131 | ||
@@ -241,7 +241,7 @@ circumstances: | |||
241 | does not inherit the new ``mime-xdg`` class | 241 | does not inherit the new ``mime-xdg`` class |
242 | 242 | ||
243 | - A recipe installs ``.xml`` files into ``${datadir}/mime/packages`` | 243 | - A recipe installs ``.xml`` files into ``${datadir}/mime/packages`` |
244 | but does not inherit the ``mime`` class | 244 | but does not inherit the :ref:`mime <ref-classes-mime>` class |
245 | 245 | ||
246 | .. _migration-3.1-x86-live-wic: | 246 | .. _migration-3.1-x86-live-wic: |
247 | 247 | ||