diff options
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-intro.rst | 2 | ||||
-rw-r--r-- | documentation/toaster-manual/toaster-manual-reference.rst | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/toaster-manual/toaster-manual-intro.rst b/documentation/toaster-manual/toaster-manual-intro.rst index c9d2617394..cc972f7c73 100644 --- a/documentation/toaster-manual/toaster-manual-intro.rst +++ b/documentation/toaster-manual/toaster-manual-intro.rst | |||
@@ -29,7 +29,7 @@ extensive information about the build process. | |||
29 | - Browse layers listed in the various `layer | 29 | - Browse layers listed in the various `layer |
30 | sources <#layer-source>`__ that are available in your project | 30 | sources <#layer-source>`__ that are available in your project |
31 | (e.g. the OpenEmbedded Layer Index at | 31 | (e.g. the OpenEmbedded Layer Index at |
32 | ` <http://layers.openembedded.org/layerindex/>`__). | 32 | http://layers.openembedded.org/layerindex/). |
33 | 33 | ||
34 | - Browse images, recipes, and machines provided by those layers. | 34 | - Browse images, recipes, and machines provided by those layers. |
35 | 35 | ||
diff --git a/documentation/toaster-manual/toaster-manual-reference.rst b/documentation/toaster-manual/toaster-manual-reference.rst index 0494f55d9e..a628c78cc2 100644 --- a/documentation/toaster-manual/toaster-manual-reference.rst +++ b/documentation/toaster-manual/toaster-manual-reference.rst | |||
@@ -24,9 +24,9 @@ type of layer source called a "layer index." | |||
24 | A layer index is a web application that contains information about a set | 24 | A layer index is a web application that contains information about a set |
25 | of custom layers. A good example of an existing layer index is the | 25 | of custom layers. A good example of an existing layer index is the |
26 | OpenEmbedded Layer Index. A public instance of this layer index exists | 26 | OpenEmbedded Layer Index. A public instance of this layer index exists |
27 | at ` <http://layers.openembedded.org>`__. You can find the code for this | 27 | at http://layers.openembedded.org. You can find the code for this |
28 | layer index's web application at | 28 | layer index's web application at |
29 | ` <http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/>`__. | 29 | http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/. |
30 | 30 | ||
31 | When you tie a layer source into Toaster, it can query the layer source | 31 | When you tie a layer source into Toaster, it can query the layer source |
32 | through a | 32 | through a |
@@ -87,9 +87,9 @@ describes two methods by which you can configure and use your layer | |||
87 | index. | 87 | index. |
88 | 88 | ||
89 | In the previous section, the code for the OpenEmbedded Metadata Index | 89 | In the previous section, the code for the OpenEmbedded Metadata Index |
90 | (i.e. ` <http://layers.openembedded.org>`__) was referenced. You can use | 90 | (i.e. http://layers.openembedded.org) was referenced. You can use |
91 | this code, which is at | 91 | this code, which is at |
92 | ` <http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/>`__, as a | 92 | http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/, as a |
93 | base to create your own layer index. | 93 | base to create your own layer index. |
94 | 94 | ||
95 | Use the Administration Interface | 95 | Use the Administration Interface |