From 99c97de874f20feaa597d3b40e795e5ce854f60b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 13 Jul 2023 09:41:41 +0000 Subject: [PATCH] C-Dash: Update link to release notes Change-Id: I6ebefd220b1d1d2f9ff5343106340594adc7af68 Signed-off-by: Tibor Frank --- csit.infra.dash/app/cdash/utils/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py index ee421f1aec..926e490f6a 100644 --- a/csit.infra.dash/app/cdash/utils/constants.py +++ b/csit.infra.dash/app/cdash/utils/constants.py @@ -49,7 +49,7 @@ class Constants: # URL to the documentation URL_DOC_TRENDING = "https://csit.fd.io/cdocs/methodology/trending/analysis/" - URL_DOC_REL_NOTES = "https://csit.fd.io/cdocs/release_notes/csit_rls2306/" + URL_DOC_REL_NOTES = "https://csit.fd.io/cdocs/release_notes/current/" # Path and name of the file specifying the HTML layout of the dash # application. -- 2.16.6