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/overview | |
parent | 8afd950081f59445be3be5f21a8a496b4fe42ad2 (diff) |
C-Docs: Fix internal links
Change-Id: I2843788e91d16ce2b7a2283817bf3f44421aca67
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/content/overview')
-rw-r--r-- | docs/content/overview/c_dash/_index.md | 4 | ||||
-rw-r--r-- | docs/content/overview/csit/_index.md | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/content/overview/c_dash/_index.md b/docs/content/overview/c_dash/_index.md index 43c5d2721d..8a473a34d0 100644 --- a/docs/content/overview/c_dash/_index.md +++ b/docs/content/overview/c_dash/_index.md @@ -7,5 +7,5 @@ weight: 1 # CSIT-Dash -- [Design](design) -- [Structure](structure) +- [Design]({{< relref "/overview/c_dash/design" >}}) +- [Structure]({{< relref "/overview/c_dash/structure" >}}) diff --git a/docs/content/overview/csit/_index.md b/docs/content/overview/csit/_index.md index b233dd5292..29f0164266 100644 --- a/docs/content/overview/csit/_index.md +++ b/docs/content/overview/csit/_index.md @@ -7,8 +7,8 @@ weight: 2 # CSIT -- [Design](design) -- [Test Scenarios](test_scenarios) -- [Test Naming](test_naming) -- [Test Tags](test_tags) -- [Suite Generation](suite_generation) +- [Design]({{< relref "/overview/csit/design" >}}) +- [Test Scenarios]({{< relref "/overview/csit/test_scenarios" >}}) +- [Test Naming]({{< relref "/overview/csit/test_naming" >}}) +- [Test Tags]({{< relref "/overview/csit/test_tags" >}}) +- [Suite Generation]({{< relref "/overview/csit/suite_generation" >}}) |