diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 019ead85cb..8fbbabbac5 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -112,7 +112,7 @@ Class files (``.bbclass``) contain information that is useful to share | |||
112 | between recipes files. An example is the | 112 | between recipes files. An example is the |
113 | :ref:`autotools <ref-classes-autotools>` class, | 113 | :ref:`autotools <ref-classes-autotools>` class, |
114 | which contains common settings for any application that Autotools uses. | 114 | which contains common settings for any application that Autotools uses. |
115 | The ":ref:`ref-manual/ref-classes:Classes`" chapter in the | 115 | The ":ref:`ref-manual/classes:Classes`" chapter in the |
116 | Yocto Project Reference Manual provides details about classes and how to | 116 | Yocto Project Reference Manual provides details about classes and how to |
117 | use them. | 117 | use them. |
118 | 118 | ||
@@ -456,7 +456,7 @@ typically find in the distribution layer: | |||
456 | can be shared among recipes in the distribution. When your recipes | 456 | can be shared among recipes in the distribution. When your recipes |
457 | inherit a class, they take on the settings and functions for that | 457 | inherit a class, they take on the settings and functions for that |
458 | class. You can read more about class files in the | 458 | class. You can read more about class files in the |
459 | ":ref:`ref-manual/ref-classes:Classes`" chapter of the Yocto | 459 | ":ref:`ref-manual/classes:Classes`" chapter of the Yocto |
460 | Reference Manual. | 460 | Reference Manual. |
461 | 461 | ||
462 | - *conf:* This area holds configuration files for the layer | 462 | - *conf:* This area holds configuration files for the layer |
@@ -1285,7 +1285,7 @@ this output: | |||
1285 | .. note:: | 1285 | .. note:: |
1286 | 1286 | ||
1287 | For a list of example images that the Yocto Project provides, see the | 1287 | For a list of example images that the Yocto Project provides, see the |
1288 | ":doc:`/ref-manual/ref-images`" chapter in the Yocto Project Reference | 1288 | ":doc:`/ref-manual/images`" chapter in the Yocto Project Reference |
1289 | Manual. | 1289 | Manual. |
1290 | 1290 | ||
1291 | The build process writes images out to the :term:`Build Directory` | 1291 | The build process writes images out to the :term:`Build Directory` |