From cb3433f7f554ea751584bdd3631d45ec56a32eb5 Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Fri, 15 May 2020 08:28:36 -0700 Subject: [PATCH] fix: uses http for links to internal logs (#556) fixes #555 --- autosynth/multi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autosynth/multi.py b/autosynth/multi.py index 1bfb01979..a5353c659 100644 --- a/autosynth/multi.py +++ b/autosynth/multi.py @@ -141,7 +141,7 @@ def _file_or_comment_on_issue( {output_to_report} ``` -Google internal developers can see the full log [here](https://sponge/{os.environ.get('KOKORO_BUILD_ID')}). +Google internal developers can see the full log [here](http://sponge/{os.environ.get('KOKORO_BUILD_ID')}). """ if not existing_issue: