mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-04 20:54:47 +02:00
templates/base.html: fix broken FAQ link
Fixed a broken link to the OpenEmbedded FAQ. Fixes [YOCTO #15645] Reported-by: <kweihmann@outlook.com> Co-developed-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Chuck Wolber <chuckwolber@gmail.com> Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
This commit is contained in:
parent
6747ed3707
commit
b05c8fbd00
|
@ -128,7 +128,7 @@
|
|||
<div class="footer">
|
||||
<a href="{% url 'history_list' %}">change history</a>
|
||||
• <a href="{% url 'about' %}">about this site</a>
|
||||
• <a href="http://www.openembedded.org/Layers_FAQ">FAQ</a>
|
||||
• <a href="https://www.openembedded.org/wiki/Layers_FAQ">FAQ</a>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user