Message ID | 20241114224345.10768-1-chuckwolber@gmail.com |
---|---|
State | New |
Headers | show |
Series | [layerindex-web] templates/base.html: fix broken FAQ link | expand |
diff --git a/templates/base.html b/templates/base.html index a421c5f..5190576 100644 --- a/templates/base.html +++ b/templates/base.html @@ -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 %}
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> --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)