diff mbox series

[ovs-dev,1/5] Documentation: Fix link to iproute2 git repository.

Message ID 20230109165506.1547558-1-david.marchand@redhat.com
State Accepted
Commit 7e18ae63a6dd723b425e4479acfd83fa9216f326
Headers show
Series [ovs-dev,1/5] Documentation: Fix link to iproute2 git repository. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test fail github build: failed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

David Marchand Jan. 9, 2023, 4:55 p.m. UTC
iproute2 git repositories were splitted and moved around v4.15 [1].
It is time to fix the link in OVS documentation.

1: https://lore.kernel.org/netdev/20180129082052.0eb85e9b@xeon-e3/

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 Documentation/topics/testing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index bc41b217a5..5f6940b84d 100644
--- a/Documentation/topics/testing.rst
+++ b/Documentation/topics/testing.rst
@@ -448,7 +448,7 @@  datapath testsuite.
   an updated iproute2 utilities package.  The package is available from
   the Linux kernel organization open source git repositories.
 
-  https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
+  https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
 
 .. _testing-static-analysis: