Skip to content

Commit 20f4068

Browse files
danielhelfandtekton-robot
authored andcommitted
updating broken links for limitrange examples
1 parent caaae67 commit 20f4068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pipelineruns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ with a minimum set for container resource requests (i.e. CPU, memory, and epheme
386386
are attempting to run, Tekton will search through all LimitRanges present in the namespace and use the minimum
387387
set for container resource requests instead of requesting 0.
388388

389-
An example `PipelineRun` with a LimitRange is available [here](../examples/pipelineruns/no-ci/limitrange.yaml).
389+
An example `PipelineRun` with a LimitRange is available [here](../examples/v1beta1/pipelineruns/no-ci/limitrange.yaml).
390390

391391
---
392392

docs/taskruns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ with a minimum set for container resource requests (i.e. CPU, memory, and epheme
716716
are attempting to run, Tekton will search through all LimitRanges present in the namespace and use the minimum
717717
set for container resource requests instead of requesting 0.
718718

719-
An example `TaskRun` with a LimitRange is available [here](../examples/taskruns/no-ci/limitrange.yaml).
719+
An example `TaskRun` with a LimitRange is available [here](../examples/v1beta1/taskruns/no-ci/limitrange.yaml).
720720

721721
---
722722

0 commit comments

Comments
 (0)