summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst2
-rw-r--r--documentation/conf.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index c299df3b6a..c0419531e2 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -256,7 +256,7 @@ an entire Linux distribution, including the toolchain, from source.
256 256
257 The previous examples showed how to add sstate paths for Yocto Project 257 The previous examples showed how to add sstate paths for Yocto Project
258 &YOCTO_DOC_VERSION_MINUS_ONE;, &YOCTO_DOC_VERSION;, and a development 258 &YOCTO_DOC_VERSION_MINUS_ONE;, &YOCTO_DOC_VERSION;, and a development
259 area. For a complete index of sstate locations, see http://sstate.yoctoproject.org/. 259 area. For a complete index of sstate locations, see :yocto_sstate:`/`.
260 260
261#. **Start the Build:** Continue with the following command to build an OS 261#. **Start the Build:** Continue with the following command to build an OS
262 image for the target, which is ``core-image-sato`` in this example: 262 image for the target, which is ``core-image-sato`` in this example:
diff --git a/documentation/conf.py b/documentation/conf.py
index 25ff290ae2..8e0847938e 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -79,6 +79,7 @@ extlinks = {
79 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None), 79 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
80 'yocto_docs': ('https://docs.yoctoproject.org%s', None), 80 'yocto_docs': ('https://docs.yoctoproject.org%s', None),
81 'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None), 81 'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None),
82 'yocto_sstate': ('http://sstate.yoctoproject.org%s', None),
82 'oe_home': ('https://www.openembedded.org%s', None), 83 'oe_home': ('https://www.openembedded.org%s', None),
83 'oe_lists': ('https://lists.openembedded.org%s', None), 84 'oe_lists': ('https://lists.openembedded.org%s', None),
84 'oe_git': ('https://git.openembedded.org%s', None), 85 'oe_git': ('https://git.openembedded.org%s', None),