diff options
Diffstat (limited to 'docs/content/methodology/test')
-rw-r--r-- | docs/content/methodology/test/_index.md | 20 | ||||
-rw-r--r-- | docs/content/methodology/test/hoststack/_index.md | 8 |
2 files changed, 14 insertions, 14 deletions
diff --git a/docs/content/methodology/test/_index.md b/docs/content/methodology/test/_index.md index fc18b46a06..e9864ac28d 100644 --- a/docs/content/methodology/test/_index.md +++ b/docs/content/methodology/test/_index.md @@ -7,13 +7,13 @@ weight: 3 # Tests -- [Network Address Translation](network_address_translation) -- [Packet Flow Ordering](packet_flow_ordering) -- [Tunnel Encapsulations](tunnel_encapsulations) -- [Internet Protocol Security](internet_protocol_security) -- [Access Control Lists](access_control_lists) -- [Hoststack](hoststack) -- [Generic Segmentation Offload](generic_segmentation_offload) -- [Reconfiguration](reconfiguration) -- [VPP Device](vpp_device) -- [Reassembly](reassembly) +- [Network Address Translation]({{< relref "/methodology/test/network_address_translation" >}}) +- [Packet Flow Ordering]({{< relref "/methodology/test/packet_flow_ordering" >}}) +- [Tunnel Encapsulations]({{< relref "/methodology/test/tunnel_encapsulations" >}}) +- [Internet Protocol Security]({{< relref "/methodology/test/internet_protocol_security" >}}) +- [Access Control Lists]({{< relref "/methodology/test/access_control_lists" >}}) +- [Hoststack]({{< relref "/methodology/test/hoststack/" >}}) +- [Generic Segmentation Offload]({{< relref "/methodology/test/generic_segmentation_offload" >}}) +- [Reconfiguration]({{< relref "/methodology/test/reconfiguration" >}}) +- [VPP Device]({{< relref "/methodology/test/vpp_device" >}}) +- [Reassembly]({{< relref "/methodology/test/reassembly" >}}) diff --git a/docs/content/methodology/test/hoststack/_index.md b/docs/content/methodology/test/hoststack/_index.md index 61e290c2d6..6c0cb292fb 100644 --- a/docs/content/methodology/test/hoststack/_index.md +++ b/docs/content/methodology/test/hoststack/_index.md @@ -7,7 +7,7 @@ weight: 6 # Hoststack -- [QUIC/UDP/IP with vpp_echo](quicudpip_with_vppecho) -- [TCP/IP with iperf3](tcpip_with_iperf3) -- [UDP/IP with iperf3](udpip_with_iperf3) -- [VSAP ab with nginx](vsap_ab_with_nginx) +- [QUIC/UDP/IP with vpp_echo]({{< relref "/methodology/test/hoststack/quicudpip_with_vppecho" >}}) +- [TCP/IP with iperf3]({{< relref "/methodology/test/hoststack/tcpip_with_iperf3" >}}) +- [UDP/IP with iperf3]({{< relref "/methodology/test/hoststack/udpip_with_iperf3" >}}) +- [VSAP ab with nginx]({{< relref "/methodology/test/hoststack/vsap_ab_with_nginx" >}}) |