diff mbox series

[net-next] docs: networking: Fix bridge documentation URL

Message ID 20230124145127.189221-1-ivecera@redhat.com (mailing list archive)
State Accepted
Commit aee2770d199a969b205e7b60125d5af47e3bdee0
Delegated to: Netdev Maintainers
Headers show
Series [net-next] docs: networking: Fix bridge documentation URL | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix success Link
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Ivan Vecera Jan. 24, 2023, 2:51 p.m. UTC
Current documentation URL [1] is no longer valid.

[1] https://www.linuxfoundation.org/collaborate/workgroups/networking/bridge

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
---
 Documentation/networking/bridge.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pavan Chebbi Jan. 24, 2023, 4:40 p.m. UTC | #1
On Tue, Jan 24, 2023 at 8:22 PM Ivan Vecera <ivecera@redhat.com> wrote:
>
> Current documentation URL [1] is no longer valid.
>
> [1] https://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
>
> Signed-off-by: Ivan Vecera <ivecera@redhat.com>
> ---
>  Documentation/networking/bridge.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/networking/bridge.rst b/Documentation/networking/bridge.rst
> index 4aef9cddde2f..c859f3c1636e 100644
> --- a/Documentation/networking/bridge.rst
> +++ b/Documentation/networking/bridge.rst
> @@ -8,7 +8,7 @@ In order to use the Ethernet bridging functionality, you'll need the
>  userspace tools.
>
>  Documentation for Linux bridging is on:
> -   http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
> +   https://wiki.linuxfoundation.org/networking/bridge

Maybe there is a reason I don't know why this patch is for net-next and not net.
Change looks good to me.
Reviewed-by: Pavan Chebbi <pavan.chebbi@broadcom.com>

>
>  The bridge-utilities are maintained at:
>     git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git
> --
> 2.38.2
>
patchwork-bot+netdevbpf@kernel.org Jan. 26, 2023, 7:30 a.m. UTC | #2
Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 24 Jan 2023 15:51:26 +0100 you wrote:
> Current documentation URL [1] is no longer valid.
> 
> [1] https://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
> 
> Signed-off-by: Ivan Vecera <ivecera@redhat.com>
> ---
>  Documentation/networking/bridge.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next] docs: networking: Fix bridge documentation URL
    https://git.kernel.org/netdev/net/c/aee2770d199a

You are awesome, thank you!
diff mbox series

Patch

diff --git a/Documentation/networking/bridge.rst b/Documentation/networking/bridge.rst
index 4aef9cddde2f..c859f3c1636e 100644
--- a/Documentation/networking/bridge.rst
+++ b/Documentation/networking/bridge.rst
@@ -8,7 +8,7 @@  In order to use the Ethernet bridging functionality, you'll need the
 userspace tools.
 
 Documentation for Linux bridging is on:
-   http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
+   https://wiki.linuxfoundation.org/networking/bridge
 
 The bridge-utilities are maintained at:
    git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git