summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 5d8a7af300..ed8c5c0330 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.48', None)
86} 86}
87 87
88# -- Options for HTML output ------------------------------------------------- 88# -- Options for HTML output -------------------------------------------------