summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/layerdetails.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/layerdetails.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
index 2b57561a74..84a21d7c79 100644
--- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html
+++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
@@ -265,7 +265,7 @@
265 <td> 265 <td>
266 {{target.name}} 266 {{target.name}}
267 {% if target.up_id %} 267 {% if target.up_id %}
268 <a href="http://layers.openembedded.org/layerindex/recipe/{{target.up_id}}/" class="icon-share get-info"></a> 268 <a href="{{target.get_layersource_view_url}}" class="icon-share get-info" target="_blank"></a>
269 {% endif %} 269 {% endif %}
270 </td> 270 </td>
271 <td>{{target.version}}</td> 271 <td>{{target.version}}</td>