Skip to content

Commit

Permalink
Fix link to builders markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdice committed Apr 8, 2022
1 parent 1768c41 commit d6cc882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kpack Tutorial

This tutorial will walk through creating a kpack [builder](builder.md) resource and a [image](image.md) resource to build a docker image from source and allow kpack rebuild the image with updates.
This tutorial will walk through creating a kpack [builder](builders.md) resource and a [image](image.md) resource to build a docker image from source and allow kpack rebuild the image with updates.

### Prerequisites
1. kpack is installed and available on a kubernetes cluster
Expand Down Expand Up @@ -279,4 +279,4 @@ This tutorial will walk through creating a kpack [builder](builder.md) resource

The next time new buildpacks are added to the store, kpack will automatically rebuild the builder. If the updated buildpacks were used by the tutorial image resource, kpack will automatically create a new build to rebuild your OCI image.

Now you can configure kpack to sign your images with cosign with the instructions in [kpack with Cosign Tutorial](cosign-tutorial.md).
Now you can configure kpack to sign your images with cosign with the instructions in [kpack with Cosign Tutorial](cosign-tutorial.md).

0 comments on commit d6cc882

Please sign in to comment.