diff options
Diffstat (limited to 'bitbake/lib/layerindexlib/restapi.py')
| -rw-r--r-- | bitbake/lib/layerindexlib/restapi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/layerindexlib/restapi.py b/bitbake/lib/layerindexlib/restapi.py index 26a1c9674e..81d99b02ea 100644 --- a/bitbake/lib/layerindexlib/restapi.py +++ b/bitbake/lib/layerindexlib/restapi.py | |||
| @@ -31,7 +31,7 @@ class RestApiPlugin(layerindexlib.plugin.IndexPlugin): | |||
| 31 | The return value is a LayerIndexObj. | 31 | The return value is a LayerIndexObj. |
| 32 | 32 | ||
| 33 | url is the url to the rest api of the layer index, such as: | 33 | url is the url to the rest api of the layer index, such as: |
| 34 | http://layers.openembedded.org/layerindex/api/ | 34 | https://layers.openembedded.org/layerindex/api/ |
| 35 | 35 | ||
| 36 | Or a local file... | 36 | Or a local file... |
| 37 | """ | 37 | """ |
| @@ -138,7 +138,7 @@ class RestApiPlugin(layerindexlib.plugin.IndexPlugin): | |||
| 138 | The return value is a LayerIndexObj. | 138 | The return value is a LayerIndexObj. |
| 139 | 139 | ||
| 140 | ud is the parsed url to the rest api of the layer index, such as: | 140 | ud is the parsed url to the rest api of the layer index, such as: |
| 141 | http://layers.openembedded.org/layerindex/api/ | 141 | https://layers.openembedded.org/layerindex/api/ |
| 142 | """ | 142 | """ |
| 143 | 143 | ||
| 144 | def _get_json_response(apiurl=None, username=None, password=None, retry=True): | 144 | def _get_json_response(apiurl=None, username=None, password=None, retry=True): |
