From 1fb9a826dc83ff2a4864269c5051a2ac6d022e6b Mon Sep 17 00:00:00 2001 From: Khurram Baig Date: Thu, 19 Mar 2020 12:50:11 +0530 Subject: [PATCH] Fix the link to example of Workspaces Pipelineruns Fix the link to example of Workspaces Pipelineruns in workspaces doc. --- docs/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workspaces.md b/docs/workspaces.md index 08fd9becca8..651f69aec6e 100644 --- a/docs/workspaces.md +++ b/docs/workspaces.md @@ -281,7 +281,7 @@ on [configuring a `VolumeSource`](#volumesources-for-workspaces) in your `Pipeli #### Example PipelineRun Specs With Workspaces The examples below show the relevant fields of `PipelineRun` specs when working with -`Workspaces`. For a more complete end-to-end example, see [the Workspaces PipelineRun](../examples/v1beta1/pipelineruns/workspace.yaml) +`Workspaces`. For a more complete end-to-end example, see [the Workspaces PipelineRun](../examples/v1beta1/pipelineruns/workspaces.yaml) in the examples directory. Here an existing PersistentVolumeClaim called `mypvc` is used for a Pipeline's `workspace`