diff mbox series

[2/2] docs/website: patchwork is now at patchwork.buildroot.org

Message ID 20260828172002.2364384-2-thomas.petazzoni@bootlin.com
State New
Headers show
Series [1/2] docs/manual: patchwork is now at patchwork.buildroot.org | expand

Commit Message

Thomas Petazzoni Aug. 28, 2026, 5:20 p.m. UTC
patchwork.buildroot.org used to be a redirect to patchwork.ozlabs.org,
but we are now running our own instance, so let's adjust the links in
the website accordingly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 docs/website/contribute.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Aug. 31, 2026, 6:01 a.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > patchwork.buildroot.org used to be a redirect to patchwork.ozlabs.org,
 > but we are now running our own instance, so let's adjust the links in
 > the website accordingly.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/docs/website/contribute.html b/docs/website/contribute.html
index c05bdda62d..8da371cf01 100644
--- a/docs/website/contribute.html
+++ b/docs/website/contribute.html
@@ -18,7 +18,7 @@ 
 	    autobuild failures</a></li>
 	<li>Reviewing and testing patches sent by other developers. See the
 	  <a href="https://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
-	  </a> or <a href="https://patchwork.ozlabs.org/project/buildroot/list/">
+	  </a> or <a href="https://patchwork.buildroot.org/project/buildroot/list/">
 	    patchwork</a>.</li>
 	<li>Working on items from the
 	  <a href="https://www.elinux.org/Buildroot#Todo_list">TODO list</a></li>