diff options
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-concepts-appx.rst')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-concepts-appx.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.rst b/documentation/kernel-dev/kernel-dev-concepts-appx.rst index 165cbb9aef..a4611d1ae4 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.rst +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.rst | |||
@@ -11,7 +11,7 @@ Yocto Project Kernel Development and Maintenance | |||
11 | 11 | ||
12 | Kernels available through the Yocto Project (Yocto Linux kernels), like | 12 | Kernels available through the Yocto Project (Yocto Linux kernels), like |
13 | other kernels, are based off the Linux kernel releases from | 13 | other kernels, are based off the Linux kernel releases from |
14 | ` <http://www.kernel.org>`__. At the beginning of a major Linux kernel | 14 | http://www.kernel.org. At the beginning of a major Linux kernel |
15 | development cycle, the Yocto Project team chooses a Linux kernel based | 15 | development cycle, the Yocto Project team chooses a Linux kernel based |
16 | on factors such as release timing, the anticipated release timing of | 16 | on factors such as release timing, the anticipated release timing of |
17 | final upstream ``kernel.org`` versions, and Yocto Project feature | 17 | final upstream ``kernel.org`` versions, and Yocto Project feature |
@@ -162,7 +162,7 @@ implemented by the Yocto Project team using the Source Code Manager | |||
162 | different work flows, front-ends and management techniques. | 162 | different work flows, front-ends and management techniques. |
163 | 163 | ||
164 | - You can find documentation on Git at | 164 | - You can find documentation on Git at |
165 | ` <http://git-scm.com/documentation>`__. You can also get an | 165 | http://git-scm.com/documentation. You can also get an |
166 | introduction to Git as it applies to the Yocto Project in the | 166 | introduction to Git as it applies to the Yocto Project in the |
167 | "`Git <&YOCTO_DOCS_OM_URL;#git>`__" section in the Yocto Project | 167 | "`Git <&YOCTO_DOCS_OM_URL;#git>`__" section in the Yocto Project |
168 | Overview and Concepts Manual. The latter reference provides an | 168 | Overview and Concepts Manual. The latter reference provides an |