From 6ac7ab0c997bec441b3d9831f842ae4a780a85a2 Mon Sep 17 00:00:00 2001 From: BBG Date: Wed, 25 Jul 2018 00:44:36 +0800 Subject: [PATCH] fix chunk.io url --- Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dangerfile b/Dangerfile index 0781026c72d..0a8d6d41515 100644 --- a/Dangerfile +++ b/Dangerfile @@ -33,7 +33,7 @@ def upload_report `log_success "Successfully uploaded #{zip_filename} to chunk.io"` # set value of sticky to true and the message is kept after new commits are submited to the PR - message("Please check the [regression diff report](#{report_url}/index.html) to make sure that everything is expected", sticky: true) + message("Please check the [regression diff report](#{report_url}/diff/index.html) to make sure that everything is expected", sticky: true) else `log_error "Error while uploading #{zip_filename} to chunk.io: #{report_url}"` end