summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2015-03-23 15:26:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-24 22:54:37 +0000
commit88b1201a2f6dec53970b120cc8e13c0eb5ae21e1 (patch)
tree54764f5c6ebb52711cd9ab512877713d0663a82a /lib/toaster/toastergui/templates/base.html
parentb4ffe490253108e7a009290474e206468255ce12 (diff)
downloadbitbake-88b1201a2f6dec53970b120cc8e13c0eb5ae21e1.tar.gz
toasterui: update links to Toaster manual
Set the links to the Toaster manual in the base.html and landing_not_managed.html templates to the URL of the new Toaster manual. Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Diffstat (limited to 'lib/toaster/toastergui/templates/base.html')
-rw-r--r--lib/toaster/toastergui/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/templates/base.html b/lib/toaster/toastergui/templates/base.html
index a781224ea..2535f70af 100644
--- a/lib/toaster/toastergui/templates/base.html
+++ b/lib/toaster/toastergui/templates/base.html
@@ -64,7 +64,7 @@
<i class="icon-info-sign" title="<strong>Toaster version information</strong>" data-content="<dl><dt>Branch</dt><dd>{{TOASTER_BRANCH}}</dd><dt>Revision</dt><dd>{{TOASTER_REVISION}}</dd><dt>Mode</dt><dd>{%if MANAGED%}Build{%else%}Analysis{%endif%}</dd></dl>"></i>
{% endif %}
</span>
- <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual">
+ <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html">
<i class="icon-book"></i>
Toaster manual
</a>