diff options
| author | Jon Mason <jdmason@kudzu.us> | 2021-10-07 11:06:27 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-08 17:04:59 +0100 |
| commit | 2e78ec95bee9c5d776a68bfd926ba9f0a501eb40 (patch) | |
| tree | 7fb85d4df3e6dd9a65ebe1216a1cfc38d0a98f89 /bitbake/lib/toaster/toastergui/templates/layerdetails.html | |
| parent | fd232ab90659c4abf51c93a1582323522ffc52bc (diff) | |
| download | poky-2e78ec95bee9c5d776a68bfd926ba9f0a501eb40.tar.gz | |
bitbake: bitbake: replace http with https for URLs
https has been the preferred way to access websites for many years now.
Change all of the URLs with a _working_ https server/certificate to use
that URL.
(Bitbake rev: da543cdaf88a387675e25d3555765f1146e4105e)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 1e26e31c8b..923ca3bfe4 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html | |||
| @@ -355,7 +355,7 @@ | |||
| 355 | {% if layerversion.layer_source == layer_source.TYPE_LAYERINDEX %} | 355 | {% if layerversion.layer_source == layer_source.TYPE_LAYERINDEX %} |
| 356 | <dt>Layer index</dt> | 356 | <dt>Layer index</dt> |
| 357 | <dd> | 357 | <dd> |
| 358 | <a href="http://layers.openembedded.org/layerindex/branch/{{layerversion.release.name}}/layer/{{layerversion.layer.name}}">Layer index {{layerversion.layer.name}}</a> | 358 | <a href="https://layers.openembedded.org/layerindex/branch/{{layerversion.release.name}}/layer/{{layerversion.layer.name}}">Layer index {{layerversion.layer.name}}</a> |
| 359 | </dd> | 359 | </dd> |
| 360 | {% endif %} | 360 | {% endif %} |
| 361 | </dl> | 361 | </dl> |
