mirror of https://github.com/knative/func.git
chore: fix link to on_cluster_build.md (#1067)
* fix link to on_cluster_build.yaml * fix link to on_cluster_build.md
This commit is contained in:
parent
2721ae6bca
commit
e1866f1c86
|
@ -18,7 +18,7 @@ For a detailed description of the `func.yaml` file that is used for the Function
|
|||
|
||||
## Building Functions on Cluster
|
||||
|
||||
For a detailed description of how to build a Function on a cluster with Tekton Pipelines, please see the [On Cluster Build Guide](on_cluster_build.yaml).
|
||||
For a detailed description of how to build a Function on a cluster with Tekton Pipelines, please see the [On Cluster Build Guide](../reference/on_cluster_build.md).
|
||||
|
||||
## Language Guides
|
||||
|
||||
|
|
Loading…
Reference in New Issue