summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/reference.rst
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-22 15:30:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commitddf55dca6bba4919ec1ebaed673e3e2697ed4709 (patch)
treee0e631080e5ee2da1d9e3c4daa6ad0c9f2df096f /documentation/toaster-manual/reference.rst
parentd903e586c219bca2f1967864a12a6164910a38e1 (diff)
downloadpoky-ddf55dca6bba4919ec1ebaed673e3e2697ed4709.tar.gz
documentation: Simplify layerindex and layer links
(From yocto-docs rev: b157d57cc50b0a9cfaa062fa0e966b4d29eceeec) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
-rw-r--r--documentation/toaster-manual/reference.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst
index dfe51889e8..34a1f39cff 100644
--- a/documentation/toaster-manual/reference.rst
+++ b/documentation/toaster-manual/reference.rst
@@ -24,7 +24,7 @@ type of layer source called a "layer index."
24A layer index is a web application that contains information about a set 24A layer index is a web application that contains information about a set
25of custom layers. A good example of an existing layer index is the 25of custom layers. A good example of an existing layer index is the
26OpenEmbedded Layer Index. A public instance of this layer index exists 26OpenEmbedded Layer Index. A public instance of this layer index exists
27at http://layers.openembedded.org. You can find the code for this 27at :oe_layerindex:`/`. You can find the code for this
28layer index's web application at :yocto_git:`/layerindex-web/`. 28layer index's web application at :yocto_git:`/layerindex-web/`.
29 29
30When you tie a layer source into Toaster, it can query the layer source 30When you tie a layer source into Toaster, it can query the layer source
@@ -81,7 +81,7 @@ describes two methods by which you can configure and use your layer
81index. 81index.
82 82
83In the previous section, the code for the OpenEmbedded Metadata Index 83In the previous section, the code for the OpenEmbedded Metadata Index
84(i.e. http://layers.openembedded.org) was referenced. You can use 84(i.e. :oe_layerindex:`/`) was referenced. You can use
85this code, which is at :yocto_git:`/layerindex-web/`, as a base to create 85this code, which is at :yocto_git:`/layerindex-web/`, as a base to create
86your own layer index. 86your own layer index.
87 87