fix link to all samples page (#1229)

This commit is contained in:
RichieEscarez 2019-04-23 12:32:31 -07:00 committed by Knative Prow Robot
parent 8e9ea3f295
commit c0542fb4b8
1 changed files with 3 additions and 3 deletions

View File

@ -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