diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-12-22 15:30:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
commit | 3b298e6ddde2a988a82039db9ce45eaf66d89a3f (patch) | |
tree | f31bec756b3cb74921263c71b3147fae7f28b323 /documentation/toaster-manual | |
parent | d87b99112b32c7789878ae90d157181f9fe4bb70 (diff) | |
download | poky-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.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 |