aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-03-13 02:00:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-21 14:47:41 +0000
commit4e382ac6b5c1da497caa1ece3fcdc404dd02c058 (patch)
treedf7717775262b494ac620e308f2f7f5e2846d8c4 /lib
parent7a08282c074c264f414cf7665dc873f51245072c (diff)
downloadbitbake-4e382ac6b5c1da497caa1ece3fcdc404dd02c058.tar.gz
toaster: Add link to the Toaster manual
The Toaster manual will live at http://www.yoctoproject.org/documentation/toaster-manual and should open in a new tab / window. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Diffstat (limited to 'lib')
-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 16a181278..5493e230b 100644
--- a/lib/toaster/toastergui/templates/base.html
+++ b/lib/toaster/toastergui/templates/base.html
@@ -56,7 +56,7 @@ function reload_params(params) {
<div class="navbar-inner">
<a class="brand logo" href="#"><img src="{% static 'img/logo.png' %}" class="" alt="Yocto logo project"/></a>
<a class="brand" href="/">Toaster</a>
- <a class="pull-right manual" href="#">
+ <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual">
<i class="icon-book"></i>
Toaster manual
</a>