diff options
| author | Tim Orling <ticotimo@gmail.com> | 2022-03-12 12:31:23 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-15 08:40:09 +0000 |
| commit | 702159b29bb8e8f8d61c312726c773ae2443825f (patch) | |
| tree | 373b53aa1fbbc94c8266232b08d18ce8849626f0 /bitbake/lib/toaster/toastergui/templates/project.html | |
| parent | 618c519a761e5b54a4e22c1b05aa03895f6d0b20 (diff) | |
| download | poky-702159b29bb8e8f8d61c312726c773ae2443825f.tar.gz | |
bitbake: toaster: Update docs links in templates
Update docs links from www.yoctoproject.org to the docs.yoctoproject.org
equivalents.
(Bitbake rev: 74194962eb294c9bd1192ddd7935d57258712ee2)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index d8ad2c79dc..22239a82fd 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
| @@ -139,7 +139,7 @@ | |||
| 139 | <ul> | 139 | <ul> |
| 140 | <li><a href="{% url 'projectlayers' project.id %}">Choose from the layers compatible with this project</a></li> | 140 | <li><a href="{% url 'projectlayers' project.id %}">Choose from the layers compatible with this project</a></li> |
| 141 | <li><a href="{% url 'importlayer' project.id %}">Import a layer</a></li> | 141 | <li><a href="{% url 'importlayer' project.id %}">Import a layer</a></li> |
| 142 | <li><a href="https://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#understanding-and-creating-layers" target="_blank">Read about layers in the documentation</a></li> | 142 | <li><a href="http://docs.yoctoproject.org/dev-manual/common-tasks.html#understanding-and-creating-layers" target="_blank">Read about layers in the documentation</a></li> |
| 143 | <li>Or type a layer name below</li> | 143 | <li>Or type a layer name below</li> |
| 144 | </ul> | 144 | </ul> |
| 145 | </div> | 145 | </div> |
