diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-07-13 09:41:41 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-07-13 09:41:41 +0000 |
commit | 99c97de874f20feaa597d3b40e795e5ce854f60b (patch) | |
tree | 4bf27e95e10bd7294aed68505c05eb9adcca48de | |
parent | efe51d995a9d736ce194dbd1c850d4a09e0a1506 (diff) |
C-Dash: Update link to release notes
Change-Id: I6ebefd220b1d1d2f9ff5343106340594adc7af68
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | csit.infra.dash/app/cdash/utils/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |