Skip to content

Commit cb3433f

Browse files
authored
fix: uses http for links to internal logs (#556)
fixes #555
1 parent 3593e3a commit cb3433f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autosynth/multi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _file_or_comment_on_issue(
141141
{output_to_report}
142142
```
143143
144-
Google internal developers can see the full log [here](https://sponge/{os.environ.get('KOKORO_BUILD_ID')}).
144+
Google internal developers can see the full log [here](http://sponge/{os.environ.get('KOKORO_BUILD_ID')}).
145145
"""
146146

147147
if not existing_issue:

0 commit comments

Comments
 (0)