Skip to content

Commit ab38883

Browse files
committed
Fix incorrect xref
1 parent 6116e1e commit ab38883

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

_docs/pipelines/steps/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ When defined:
123123
* When the step's execution duration exceeds the duration defined for the `timeout`, the step is automatically terminated.
124124

125125
>**NOTE**:
126-
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#adding-timeouts-for-parallel-steps).
126+
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#add-timeouts-for-parallel-steps).
127127

128128
Here's an example of the `timeout` field in the step:
129129

_docs/pipelines/steps/composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ When defined:
165165
* When the step's execution duration exceeds the duration defined for the `timeout`, the step is automatically terminated.
166166

167167
>**NOTE**:
168-
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#adding-timeouts-for-parallel-steps).
168+
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#add-timeouts-for-parallel-steps).
169169

170170
Here's an example of the `timeout` field in the step:
171171

_docs/pipelines/steps/freestyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ When defined:
111111
* When the step's execution duration exceeds the duration defined for the `timeout`, the step is automatically terminated.
112112

113113
>**NOTE**:
114-
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#adding-timeouts-for-parallel-steps).
114+
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#add-timeouts-for-parallel-steps).
115115

116116
Here's an example of the `timeout` field in the step:
117117

_docs/pipelines/steps/git-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ When defined:
275275
* When the step's execution duration exceeds the duration defined for the `timeout`, the step is automatically terminated.
276276

277277
>**NOTE**:
278-
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#adding-timeouts-for-parallel-steps).
278+
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#add-timeouts-for-parallel-steps).
279279

280280
Here's an example of the `timeout` field in the step:
281281

_docs/pipelines/steps/launch-composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ When defined:
9494
* When the step's execution duration exceeds the duration defined for the `timeout`, the step is automatically terminated.
9595

9696
>**NOTE**:
97-
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#adding-timeouts-for-parallel-steps).
97+
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#add-timeouts-for-parallel-steps).
9898

9999
Here's an example of the `timeout` field in the step:
100100

_docs/pipelines/steps/push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ When defined:
7878
* When the step's execution duration exceeds the duration defined for the `timeout`, the step is automatically terminated.
7979

8080
>**NOTE**:
81-
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#adding-timeouts-for-parallel-steps).
81+
To define timeouts for parallel steps, see [Adding timeouts for parallel steps]({{site.baseurl}}/docs/pipelines/advanced-workflows/#add-timeouts-for-parallel-steps).
8282

8383
Here's an example of the `timeout` field in the step:
8484

0 commit comments

Comments
 (0)