mirror of https://github.com/knative/docs.git
fix link to all samples page (#1229)
This commit is contained in:
parent
8e9ea3f295
commit
c0542fb4b8
|
@ -8,7 +8,7 @@ type: "docs"
|
|||
Use the following code samples to help you understand the various use cases for Knative
|
||||
Build. [Learn more about Knative Build](../index.html).
|
||||
|
||||
[**See all Knative code samples**](../../samples/)
|
||||
[**See all Knative code samples**](../samples/)
|
||||
|
||||
Use the following code samples to learn about configuring and createing your Knative Builds.
|
||||
|
||||
|
@ -17,13 +17,13 @@ builds.
|
|||
|
||||
#### Simple build samples
|
||||
|
||||
- View the collection of code samples in the `knative/build` repo:
|
||||
- View the collection of code samples in the `knative/build` repo:
|
||||
[Simple test builds](https://github.com/knative/build/tree/master/test).
|
||||
|
||||
#### Build template samples
|
||||
|
||||
|
||||
- View the collection of build templates in the `knative/build-template` repo:
|
||||
- View the collection of build templates in the `knative/build-template` repo:
|
||||
[Sample build templates](https://github.com/knative/build-templates).
|
||||
|
||||
#### Complex code samples
|
||||
|
|
Loading…
Reference in New Issue