소스 검색

chore: update the docs link for timeouts in the error message (#651)

Tim Green 9 달 전
부모
커밋
a26a8bb032
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/internal/executor/executor.go

+ 1 - 1
service/internal/executor/executor.go

@@ -587,7 +587,7 @@ func stepExec(req *ExecutionRequest) bool {
 		}
 
 		req.logEntry.TimedOut = true
-		req.logEntry.Output += "OliveTin::timeout - this action timed out after " + fmt.Sprintf("%v", req.Binding.Action.Timeout) + " seconds. If you need more time for this action, set a longer timeout. See https://docs.olivetin.app/timeout.html for more help."
+		req.logEntry.Output += "OliveTin::timeout - this action timed out after " + fmt.Sprintf("%v", req.Binding.Action.Timeout) + " seconds. If you need more time for this action, set a longer timeout. See https://docs.olivetin.app/action_customization/timeouts.html for more help."
 	}
 
 	req.logEntry.DatetimeFinished = time.Now()