Skip to content

Commit ff6d7ab

Browse files
afrittolitekton-robot
authored andcommitted
Fix a broken link to the service account docs
The fragment in the link was broken, and the link was split over two lines. Fixes tektoncd/website#229 Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
1 parent 9bb450c commit ff6d7ab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/pipelines.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,11 @@ You may also specify a fixed digest instead of a tag.
294294
```
295295

296296
Any of the above options will fetch the image using the `ImagePullSecrets` attached to the
297-
`ServiceAccount` specified in the `PipelineRun`. See the [Service Account](
298-
pipelineruns.md#service-accounts) section for details on how to configure a `ServiceAccount`
299-
on a `PipelineRun`. The `PipelineRun` will then run that `Task` without registering it in
300-
the cluster allowing multiple versions of the same named `Task` to be run at once.
297+
`ServiceAccount` specified in the `PipelineRun`.
298+
See the [Service Account](pipelineruns.md#specifying-custom-serviceaccount-credentials) section
299+
for details on how to configure a `ServiceAccount` on a `PipelineRun`. The `PipelineRun` will then
300+
run that `Task` without registering it in the cluster allowing multiple versions of the same named
301+
`Task` to be run at once.
301302

302303
`Tekton Bundles` may be constructed with any toolsets that produce valid OCI image artifacts
303304
so long as the artifact adheres to the [contract](tekton-bundle-contracts.md).

0 commit comments

Comments
 (0)