diff options
-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 840766488a..3db0d50f4f 100644 --- a/csit.infra.dash/app/cdash/utils/constants.py +++ b/csit.infra.dash/app/cdash/utils/constants.py @@ -48,7 +48,7 @@ class Constants: URL_JENKINS = "https://jenkins.fd.io/job/" # URL to logs - URL_LOGS = "https://s3-logs.fd.io/vex-yul-rot-jenkins-1/" + URL_LOGS = "https://logs.fd.io/vex-yul-rot-jenkins-1/" # URL to the documentation URL_DOC_TRENDING = "https://csit.fd.io/cdocs/methodology/trending/analysis/" |