From c22d49df90a80560294826627b39947fddfa6e7d Mon Sep 17 00:00:00 2001 From: Dale Bewley Date: Fri, 9 Dec 2022 15:09:17 -0800 Subject: [PATCH] fix errant backtick in TOC link --- docs/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks.md b/docs/tasks.md index 3782ed7cc67..8067c865d88 100644 --- a/docs/tasks.md +++ b/docs/tasks.md @@ -18,7 +18,7 @@ weight: 200 - [Accessing Step's `exitCode` in subsequent `Steps`](#accessing-steps-exitcode-in-subsequent-steps) - [Produce a task result with `onError`](#produce-a-task-result-with-onerror) - [Breakpoint on failure with `onError`](#breakpoint-on-failure-with-onerror) - - [Redirecting step output streams with `stdoutConfig` and `stderrConfig`](#redirecting-step-output-streams-with-stdoutConfig-and-stderrConfig`) + - [Redirecting step output streams with `stdoutConfig` and `stderrConfig`](#redirecting-step-output-streams-with-stdoutConfig-and-stderrConfig) - [Specifying `Parameters`](#specifying-parameters) - [Specifying `Resources`](#specifying-resources) - [Specifying `Workspaces`](#specifying-workspaces)