diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/configvars.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/configvars.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/configvars.html b/bitbake/lib/toaster/toastergui/templates/configvars.html index ca2e1eab39..33fef9316d 100644 --- a/bitbake/lib/toaster/toastergui/templates/configvars.html +++ b/bitbake/lib/toaster/toastergui/templates/configvars.html | |||
| @@ -66,7 +66,7 @@ | |||
| 66 | <td class="description"> | 66 | <td class="description"> |
| 67 | {% if variable.description %} | 67 | {% if variable.description %} |
| 68 | {{variable.description}} | 68 | {{variable.description}} |
| 69 | <a href="http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-{{variable.variable_name|variable_parent_name}}" target="_blank"> | 69 | <a href="https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-{{variable.variable_name|variable_parent_name}}" target="_blank"> |
| 70 | <span class="glyphicon glyphicon-new-window get-info"></span></a> | 70 | <span class="glyphicon glyphicon-new-window get-info"></span></a> |
| 71 | {% endif %} | 71 | {% endif %} |
| 72 | </td> | 72 | </td> |
