Fix not found link in sample README

Fix 404 link in sample README

Signed-off-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>
This commit is contained in:
Khanh Tran 2024-04-12 10:07:39 +07:00 committed by GitHub
parent 06f4be3a7c
commit ca4642f7be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Follow the `README.md` docs at the root directory of each component to choose yo
* [Heroku Java Cloud Native Buildpack](https://github.com/heroku/java-buildpack)
# Quick Reference
- [Create a Buildpack Tutorial](https://buildpacks.io/docs/buildpack-author-guide/create-buildpack/) &rarr; Tutorial to get you started on your first Cloud Native Buildpack
- [Create a Buildpack Tutorial](https://buildpacks.io/docs/for-buildpack-authors/) &rarr; Tutorial to get you started on your first Cloud Native Buildpack
- [Buildpacks.io](https://buildpacks.io/) &rarr; Cloud Native Buildpack website
- [Pack Buildpack CLI](https://github.com/buildpacks/pack) &rarr; CLI used to consume the builder, along with source code, and construct an OCI image
- [CNB Tutorial](https://buildpacks.io/docs/app-journey/) &rarr; Tutorial to get you started using `pack`, a `builder`, and your application to create a working OCI image