aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-10-20 12:12:20 +0200
committerTibor Frank <tifrank@cisco.com>2021-10-20 10:13:23 +0000
commita1ace5b2d725267f1f61542a720154a05481b70c (patch)
treea199b361fc20c85a9036591002c9bc1ced4787fd
parentdf891dfdf6c9e9d3e84c74df9f5bb29909604952 (diff)
Report: Fix link to src code doc
Change-Id: Ia60ea7623f1d229445fb025f807c5c4fd5209c0b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 2f734f4ca633bd875066891caf39a28537321460)
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index 799a16eea8..f3d0f4c926 100644
--- a/resources/tools/presentation/sphinx_conf/report/conf.py
+++ b/resources/tools/presentation/sphinx_conf/report/conf.py
@@ -74,7 +74,7 @@ rst_epilog = u"""
.. _pdf version of this report: https://s3-docs.fd.io/csit/{release}/report/_static/archive/csit_{release}.{report_week}.pdf
.. _tag documentation rst file: https://git.fd.io/csit/tree/docs/tag_documentation.rst?h={release}
.. _TRex driver: https://git.fd.io/csit/tree/GPL/tools/trex/trex_stl_profile.py?h={release}
-.. _CSIT Performance Tests Documentation: https://s3-docs.fd.io/csit/{release}/doc/index.html
+.. _CSIT Performance Tests Documentation: https://s3-docs.fd.io/csit/{release}/docs/index.html
.. _VPP test framework documentation: https://docs.fd.io/vpp/{vpprelease}/vpp_make_test/html/
.. _FD.io CSIT testbeds - Xeon Skylake, Arm, Atom: https://git.fd.io/csit/tree/docs/lab/testbeds_sm_skx_hw_bios_cfg.md?h={release}
.. _FD.io CSIT testbeds - Xeon Cascade Lake: https://git.fd.io/csit/tree/docs/lab/testbeds_sm_clx_hw_bios_cfg.md?h={release}