summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 065d9586c6..adb738ccfc 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -109,10 +109,10 @@ Classes
109Class files (``.bbclass``) contain information that is useful to share 109Class files (``.bbclass``) contain information that is useful to share
110between recipes files. An example is the 110between recipes files. An example is the
111:ref:`autotools <ref-classes-autotools>` class, 111:ref:`autotools <ref-classes-autotools>` class,
112which contains common settings for any application that Autotools uses. 112which contains common settings for any application that is built with
113The ":ref:`ref-manual/classes:Classes`" chapter in the 113the `GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__.
114Yocto Project Reference Manual provides details about classes and how to 114The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project
115use them. 115Reference Manual provides details about classes and how to use them.
116 116
117Configurations 117Configurations
118-------------- 118--------------