[Buildroot] [git commit] docs/website: use lore for ml search

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Thu Aug 26 21:09:17 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=fa1a4bbf09e8650cc73773fe2cf08d0b5216d6c1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

the nabble.com link is dead and lore has a good search.
So use lore for the search form.

Signed-off-by: Michael Nosthoff <buildroot at heine.tech>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 docs/website/support.html | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/website/support.html b/docs/website/support.html
index 97ca296836..90231f601c 100644
--- a/docs/website/support.html
+++ b/docs/website/support.html
@@ -59,11 +59,8 @@
 		    list, since there is a good chance someone else has asked the same question
 		    before.</p>
 
-		  <form method="get" action="http://buildroot-busybox.2317881.n4.nabble.com/template/NamlServlet.jtp">
-		    <input type="text" name="query">
-		    <input type="hidden" name="macro" value="search_page">
-		    <input type="hidden" name="node" value="2">
-		    <input type="hidden" name="sort" value="date">
+		  <form method="get" action="https://lore.kernel.org/buildroot/">
+		    <input type="text" name="q">
 		    <button type="submit" class="btn btn-default">Submit</button>
 		  </form>
 		</div>


More information about the buildroot mailing list