From 52e0b59548526412f015755abe94207a418aa285 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 15 Apr 2023 17:58:07 -0300 Subject: [PATCH] docs: another `master` -> `main` replace --- docs/docs/api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api_reference.md b/docs/docs/api_reference.md index 1c1c1dea..c0128848 100644 --- a/docs/docs/api_reference.md +++ b/docs/docs/api_reference.md @@ -74,7 +74,7 @@ A full list of the exit codes and their descriptions can be found below: | 203 | There a multiple tasks with the same name or alias | | 204 | A task was called too many times | -These codes can also be found in the repository in [`errors/errors.go`](https://github.com/go-task/task/blob/master/errors/errors.go). +These codes can also be found in the repository in [`errors/errors.go`](https://github.com/go-task/task/blob/main/errors/errors.go). :::info When Task is run with the `-x`/`--exit-code` flag, the exit code of any failed commands will be passed through to the user instead.