diff --git a/docs/pipelineruns.md b/docs/pipelineruns.md index 5f9daed6ba3..b0f7f3d1086 100644 --- a/docs/pipelineruns.md +++ b/docs/pipelineruns.md @@ -386,7 +386,7 @@ with a minimum set for container resource requests (i.e. CPU, memory, and epheme are attempting to run, Tekton will search through all LimitRanges present in the namespace and use the minimum set for container resource requests instead of requesting 0. -An example `PipelineRun` with a LimitRange is available [here](../examples/pipelineruns/no-ci/limitrange.yaml). +An example `PipelineRun` with a LimitRange is available [here](../examples/v1beta1/pipelineruns/no-ci/limitrange.yaml). --- diff --git a/docs/taskruns.md b/docs/taskruns.md index bbd30973b63..f2708014a8d 100644 --- a/docs/taskruns.md +++ b/docs/taskruns.md @@ -716,7 +716,7 @@ with a minimum set for container resource requests (i.e. CPU, memory, and epheme are attempting to run, Tekton will search through all LimitRanges present in the namespace and use the minimum set for container resource requests instead of requesting 0. -An example `TaskRun` with a LimitRange is available [here](../examples/taskruns/no-ci/limitrange.yaml). +An example `TaskRun` with a LimitRange is available [here](../examples/v1beta1/taskruns/no-ci/limitrange.yaml). ---