diff options
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/reference.rst | 4 |
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 | ||
30 | When you tie a layer source into Toaster, it can query the layer source | 30 | When you tie a layer source into Toaster, it can query the layer source |
31 | through a | 31 | through a |
32 | `REST <http://en.wikipedia.org/wiki/Representational_state_transfer>`__ | 32 | `REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__ |
33 | API, store the information about the layers in the Toaster database, and | 33 | API, store the information about the layers in the Toaster database, and |
34 | then show the information to users. Users are then able to view that | 34 | then show the information to users. Users are then able to view that |
35 | information and build layers from Toaster itself without worrying about | 35 | information and build layers from Toaster itself without worrying about |
@@ -370,7 +370,7 @@ Remote Toaster Monitoring | |||
370 | Toaster has an API that allows remote management applications to | 370 | Toaster has an API that allows remote management applications to |
371 | directly query the state of the Toaster server and its builds in a | 371 | directly query the state of the Toaster server and its builds in a |
372 | machine-to-machine manner. This API uses the | 372 | machine-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>`__ |
374 | interface and the transfer of JSON files. For example, you might monitor | 374 | interface and the transfer of JSON files. For example, you might monitor |
375 | a build inside a container through well supported known HTTP ports in | 375 | a build inside a container through well supported known HTTP ports in |
376 | order to easily access a Toaster server inside the container. In this | 376 | order to easily access a Toaster server inside the container. In this |