summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/reference.rst
diff options
context:
space:
mode:
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 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