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:
Chuck Wolber 2024-11-14 22:43:45 +00:00 committed by Michael Halstead
parent 6747ed3707
commit b05c8fbd00

View File

@ -128,7 +128,7 @@
<div class="footer">
<a href="{% url 'history_list' %}">change history</a>
&bull; <a href="{% url 'about' %}">about this site</a>
&bull; <a href="http://www.openembedded.org/Layers_FAQ">FAQ</a>
&bull; <a href="https://www.openembedded.org/wiki/Layers_FAQ">FAQ</a>
</div>
{% endblock %}