summaryrefslogtreecommitdiffstats
path: root/bitbake
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:52 +0000
commitc9065cb95b585ed5fda74ecfd19d2b78d921eed1 (patch)
tree2584c49a9c3a0e04da4221df097cb3ea42e385ae /bitbake
parentf191ab0198e383cda37b0bfdfb6365d85499e36b (diff)
downloadpoky-c9065cb95b585ed5fda74ecfd19d2b78d921eed1.tar.gz
bitbake: 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. (Bitbake rev: 4e382ac6b5c1da497caa1ece3fcdc404dd02c058) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index 16a1812789..5493e230b1 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -56,7 +56,7 @@ function reload_params(params) {
56 <div class="navbar-inner"> 56 <div class="navbar-inner">
57 <a class="brand logo" href="#"><img src="{% static 'img/logo.png' %}" class="" alt="Yocto logo project"/></a> 57 <a class="brand logo" href="#"><img src="{% static 'img/logo.png' %}" class="" alt="Yocto logo project"/></a>
58 <a class="brand" href="/">Toaster</a> 58 <a class="brand" href="/">Toaster</a>
59 <a class="pull-right manual" href="#"> 59 <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual">
60 <i class="icon-book"></i> 60 <i class="icon-book"></i>
61 Toaster manual 61 Toaster manual
62 </a> 62 </a>