summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 33d0ddcfd7..b6d8073ee6 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -82,7 +82,7 @@ extlinks = {
82 82
83# Intersphinx config to use cross reference with Bitbake user manual 83# Intersphinx config to use cross reference with Bitbake user manual
84intersphinx_mapping = { 84intersphinx_mapping = {
85 'bitbake': ('https://docs.yoctoproject.org/bitbake/', None) 85 'bitbake': ('https://docs.yoctoproject.org/bitbake/1.46', None)
86} 86}
87 87
88# -- Options for HTML output ------------------------------------------------- 88# -- Options for HTML output -------------------------------------------------
diff --git a/documentation/index.rst b/documentation/index.rst
index 937692ce08..71ed4e76f0 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -33,7 +33,7 @@ Welcome to the Yocto Project Documentation
33 Profile and Tracing Manual <profile-manual/profile-manual> 33 Profile and Tracing Manual <profile-manual/profile-manual>
34 Application Development and the Extensible SDK (eSDK) <sdk-manual/sdk-manual> 34 Application Development and the Extensible SDK (eSDK) <sdk-manual/sdk-manual>
35 Toaster Manual <toaster-manual/toaster-manual> 35 Toaster Manual <toaster-manual/toaster-manual>
36 Bitbake User Manual <https://docs.yoctoproject.org/bitbake> 36 Bitbake User Manual <https://docs.yoctoproject.org/bitbake/1.46>
37 37
38.. toctree:: 38.. toctree::
39 :maxdepth: 1 39 :maxdepth: 1