diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/builddashboard.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/builddashboard.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index 5425dfe610..f33757eaca 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html | |||
@@ -102,7 +102,7 @@ | |||
102 | files from a previous build already exist in your | 102 | files from a previous build already exist in your |
103 | <code>.../poky/build/tmp/deploy</code> | 103 | <code>.../poky/build/tmp/deploy</code> |
104 | directory. You can | 104 | directory. You can |
105 | also <a href="{% url 'targetpkg' build.pk target.target.pk %}">view the | 105 | also <a href="{% url 'target' build.pk target.target.pk %}">view the |
106 | license manifest information</a> in Toaster. | 106 | license manifest information</a> in Toaster. |
107 | </p> | 107 | </p> |
108 | </div> | 108 | </div> |
@@ -115,7 +115,7 @@ | |||
115 | License manifest | 115 | License manifest |
116 | </dt> | 116 | </dt> |
117 | <dd> | 117 | <dd> |
118 | <a href="{% url 'targetpkg' build.pk target.target.pk %}">View in Toaster</a> | | 118 | <a href="{% url 'target' build.pk target.target.pk %}">View in Toaster</a> | |
119 | <a href="{% url 'build_artifact' build.pk 'licensemanifest' target.target.pk %}">Download</a></dd> | 119 | <a href="{% url 'build_artifact' build.pk 'licensemanifest' target.target.pk %}">Download</a></dd> |
120 | <dt> | 120 | <dt> |
121 | <i class="icon-question-sign get-help" title="Image files are stored in <code>/build/tmp/deploy/images/</code>"></i> | 121 | <i class="icon-question-sign get-help" title="Image files are stored in <code>/build/tmp/deploy/images/</code>"></i> |