diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-07-13 09:19:41 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-07-13 09:19:41 +0200 |
commit | a841b190f7e448e8c30883e43eb3e6bcecc7788a (patch) | |
tree | b78a8746b93cef209d7c1b2a54263819e9d4b489 /docs/report/vpp_performance_tests | |
parent | ec79cd31fd974372fd6cd02be6a504dff6d50e8e (diff) |
Report: Fix links to graphs in hoststack section
Change-Id: If75297ecb4c55b2a1c40dffbe354d77c537e905f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report/vpp_performance_tests')
-rw-r--r-- | docs/report/vpp_performance_tests/hoststack_testing/iperf3/tcp/index.rst | 2 | ||||
-rw-r--r-- | docs/report/vpp_performance_tests/hoststack_testing/iperf3/udp/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/report/vpp_performance_tests/hoststack_testing/iperf3/tcp/index.rst b/docs/report/vpp_performance_tests/hoststack_testing/iperf3/tcp/index.rst index 865a5f5ef8..b86cbeb516 100644 --- a/docs/report/vpp_performance_tests/hoststack_testing/iperf3/tcp/index.rst +++ b/docs/report/vpp_performance_tests/hoststack_testing/iperf3/tcp/index.rst @@ -42,7 +42,7 @@ TCP/IP with iperf3 .. raw:: html - <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../../_static/vpp/3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-ldpreload-iperf3-bps.html"></iframe> + <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../../../_static/vpp/3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-ldpreload-iperf3-bps.html"></iframe> .. raw:: latex diff --git a/docs/report/vpp_performance_tests/hoststack_testing/iperf3/udp/index.rst b/docs/report/vpp_performance_tests/hoststack_testing/iperf3/udp/index.rst index 605791d18f..3c89c32aed 100644 --- a/docs/report/vpp_performance_tests/hoststack_testing/iperf3/udp/index.rst +++ b/docs/report/vpp_performance_tests/hoststack_testing/iperf3/udp/index.rst @@ -42,7 +42,7 @@ UDP/IP with iperf3 .. raw:: html - <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../../_static/vpp/3n-skx-xxv710-1460b-2t1c-eth-ip4udp-ldpreload-iperf3-bps.html"></iframe> + <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../../../_static/vpp/3n-skx-xxv710-1460b-2t1c-eth-ip4udp-ldpreload-iperf3-bps.html"></iframe> .. raw:: latex |