diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-06-21 08:38:22 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-06-21 08:39:24 +0000 |
commit | ea81830e9d656edf42844526d0a50533ff3c41ce (patch) | |
tree | 2821d63707c4c300e602700e84cb3fd576801597 /docs/content/release_notes | |
parent | 8afd950081f59445be3be5f21a8a496b4fe42ad2 (diff) |
C-Docs: Fix internal links
Change-Id: I2843788e91d16ce2b7a2283817bf3f44421aca67
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/content/release_notes')
-rw-r--r-- | docs/content/release_notes/csit_rls2306/_index.md | 8 | ||||
-rw-r--r-- | docs/content/release_notes/previous/_index.md | 2 | ||||
-rw-r--r-- | docs/content/release_notes/previous/csit_rls2302/_index.md | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/docs/content/release_notes/csit_rls2306/_index.md b/docs/content/release_notes/csit_rls2306/_index.md index fe348c92bd..c2a1cbb0a9 100644 --- a/docs/content/release_notes/csit_rls2306/_index.md +++ b/docs/content/release_notes/csit_rls2306/_index.md @@ -7,7 +7,7 @@ weight: 1 # CSIT rls2306 -- [VPP Performance](vpp_performance) -- [DPDK Performance](dpdk_performance) -- [TRex Performance](trex_performance) -- [VPP Device](vpp_device) +- [VPP Performance]({{< relref "/release_notes/csit_rls2306/vpp_performance" >}}) +- [DPDK Performance]({{< relref "/release_notes/csit_rls2306/dpdk_performance" >}}) +- [TRex Performance]({{< relref "/release_notes/csit_rls2306/trex_performance" >}}) +- [VPP Device]({{< relref "/release_notes/csit_rls2306/vpp_device" >}}) diff --git a/docs/content/release_notes/previous/_index.md b/docs/content/release_notes/previous/_index.md index 5e270d7d7a..601c7aa295 100644 --- a/docs/content/release_notes/previous/_index.md +++ b/docs/content/release_notes/previous/_index.md @@ -7,4 +7,4 @@ weight: 2 # Previous Releases -- [CSIT rls2302](csit_rls2302) +- [CSIT rls2302]({{< relref "/release_notes/previous/csit_rls2302" >}}) diff --git a/docs/content/release_notes/previous/csit_rls2302/_index.md b/docs/content/release_notes/previous/csit_rls2302/_index.md index d859001ffa..9f193c5814 100644 --- a/docs/content/release_notes/previous/csit_rls2302/_index.md +++ b/docs/content/release_notes/previous/csit_rls2302/_index.md @@ -7,7 +7,7 @@ weight: 1 # CSIT rls2302 -- [VPP Performance](vpp_performance) -- [DPDK Performance](dpdk_performance) -- [TRex Performance](trex_performance) -- [VPP Device](vpp_device) +- [VPP Performance]({{< relref "/release_notes/previous/csit_rls2302/vpp_performance" >}}) +- [DPDK Performance]({{< relref "/release_notes/previous/csit_rls2302/dpdk_performance" >}}) +- [TRex Performance]({{< relref "/release_notes/previous/csit_rls2302/trex_performance" >}}) +- [VPP Device]({{< relref "/release_notes/previous/csit_rls2302/vpp_device" >}}) |