diff --git a/coupling/logical_coupling.py b/coupling/logical_coupling.py index 4f7890f..df675a0 100644 --- a/coupling/logical_coupling.py +++ b/coupling/logical_coupling.py @@ -580,7 +580,7 @@ def run(repo_url, branch, commit_hash, last_commit_analyzed=None): logger.info("First analysis launched") exit_code = -2 messages = ("First analysis launched, waiting for background task to complete, you will see the results in " - f"the next analysis. To see the progress of the analysis, use logical-coupling/background-task/{task_id} route") + f"the next analysis. To see the progress of the analysis, use logical-coupling/background-task?task_id={task_id}") elif new_data.empty: logger.info("No new coupling found ") messages = "No new coupling found"