diff mbox series

[ovs-dev,3/5] Documentation: Fix link to Netperf.

Message ID 20230109165506.1547558-3-david.marchand@redhat.com
State Accepted
Commit 8ef198425b1a03d95a544a86ba8e565459408c54
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 success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

David Marchand Jan. 9, 2023, 4:55 p.m. UTC
netperf.org was shut down in favor of some HP related resources.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 Documentation/howto/qos.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/howto/qos.rst b/Documentation/howto/qos.rst
index 376ec2514b..7d625e0019 100644
--- a/Documentation/howto/qos.rst
+++ b/Documentation/howto/qos.rst
@@ -59,10 +59,10 @@  is participating in an OVS bridge, no IP address can be assigned on `eth0`.
 
 The second host, named Measurement Host, can be any host capable of measuring
 throughput from a VM. For this guide, we use `netperf
-<http://www.netperf.org>`__, a free tool for testing the rate at which one host
-can send to another. The Measurement Host has only a single NIC, `eth0`, which
-is connected to the Data Network. `eth0` has an IP address that can reach any
-VM on `host1`.
+<https://hewlettpackard.github.io/netperf>`__, a free tool for testing the rate
+at which one host can send to another. The Measurement Host has only a single
+NIC, `eth0`, which is connected to the Data Network. `eth0` has an IP address
+that can reach any VM on `host1`.
 
 Two VMs
 ~~~~~~~