summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/appendix-customizing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/appendix-customizing.rst')
-rw-r--r--documentation/sdk-manual/appendix-customizing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst
index cac199bf7a..f8e56477f3 100644
--- a/documentation/sdk-manual/appendix-customizing.rst
+++ b/documentation/sdk-manual/appendix-customizing.rst
@@ -264,7 +264,7 @@ source, you need to do a number of things:
264 to find the configuration. The variable you need to set is 264 to find the configuration. The variable you need to set is
265 :term:`SSTATE_MIRRORS`:: 265 :term:`SSTATE_MIRRORS`::
266 266
267 SSTATE_MIRRORS = "file://.* http://example.com/some_path/sstate-cache/PATH" 267 SSTATE_MIRRORS = "file://.* https://example.com/some_path/sstate-cache/PATH"
268 268
269 You can set the :term:`SSTATE_MIRRORS` variable in two different places: 269 You can set the :term:`SSTATE_MIRRORS` variable in two different places:
270 270