summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-22 15:30:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commit3b298e6ddde2a988a82039db9ce45eaf66d89a3f (patch)
treef31bec756b3cb74921263c71b3147fae7f28b323 /documentation/toaster-manual
parentd87b99112b32c7789878ae90d157181f9fe4bb70 (diff)
downloadpoky-3b298e6ddde2a988a82039db9ce45eaf66d89a3f.tar.gz
documentation: Use https links where possible
(From yocto-docs rev: cd4c5e9928866f910ac97cf3e0612e6245da30bd) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-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 34a1f39cff..d2ab14c8e6 100644
--- a/documentation/toaster-manual/reference.rst
+++ b/documentation/toaster-manual/reference.rst
@@ -29,7 +29,7 @@ layer 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
31through a 31through a
32`REST <http://en.wikipedia.org/wiki/Representational_state_transfer>`__ 32`REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__
33API, store the information about the layers in the Toaster database, and 33API, store the information about the layers in the Toaster database, and
34then show the information to users. Users are then able to view that 34then show the information to users. Users are then able to view that
35information and build layers from Toaster itself without worrying about 35information and build layers from Toaster itself without worrying about
@@ -370,7 +370,7 @@ Remote Toaster Monitoring
370Toaster has an API that allows remote management applications to 370Toaster has an API that allows remote management applications to
371directly query the state of the Toaster server and its builds in a 371directly query the state of the Toaster server and its builds in a
372machine-to-machine manner. This API uses the 372machine-to-machine manner. This API uses the
373`REST <http://en.wikipedia.org/wiki/Representational_state_transfer>`__ 373`REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__
374interface and the transfer of JSON files. For example, you might monitor 374interface and the transfer of JSON files. For example, you might monitor
375a build inside a container through well supported known HTTP ports in 375a build inside a container through well supported known HTTP ports in
376order to easily access a Toaster server inside the container. In this 376order to easily access a Toaster server inside the container. In this