diff mbox series

[BlueZ] Fix URL for submitting patches

Message ID 20250310104134.4124489-1-kernel.org@pileofstuff.org
State New
Headers show
Series [BlueZ] Fix URL for submitting patches | expand

Commit Message

Andrew Sayers March 10, 2025, 10:41 a.m. UTC
The previous URL is out of date, and now just says
"This file has moved to process/submitting-patches.rst"
---
 HACKING | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

patchwork-bot+bluetooth@kernel.org March 12, 2025, 4:50 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 10 Mar 2025 10:41:34 +0000 you wrote:
> The previous URL is out of date, and now just says
> "This file has moved to process/submitting-patches.rst"
> ---
>  HACKING | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Here is the summary with links:
  - [BlueZ] Fix URL for submitting patches
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d4749cfd7fba

You are awesome, thank you!
diff mbox series

Patch

diff --git a/HACKING b/HACKING
index 29b136b34..5e07d91ea 100644
--- a/HACKING
+++ b/HACKING
@@ -116,7 +116,8 @@  The preferred way to send patches is by email, using git send-email:
   # git config sendemail.to linux-bluetooth@vger.kernel.org
 
 BlueZ rules for submitting patches follow most of the rules used by Linux kernel
-(https://www.kernel.org/doc/Documentation/SubmittingPatches) with some remarks:
+(https://www.kernel.org/doc/html/latest/process/submitting-patches.html)
+with some remarks:
 
 1) Do *not* add "Signed-off-by" lines in your commit messages. BlueZ does not
 use them, so including them is actually an error.