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:
parent
06f4be3a7c
commit
ca4642f7be
|
|
@ -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/) → Tutorial to get you started on your first Cloud Native Buildpack
|
||||
- [Create a Buildpack Tutorial](https://buildpacks.io/docs/for-buildpack-authors/) → Tutorial to get you started on your first Cloud Native Buildpack
|
||||
- [Buildpacks.io](https://buildpacks.io/) → Cloud Native Buildpack website
|
||||
- [Pack – Buildpack CLI](https://github.com/buildpacks/pack) → CLI used to consume the builder, along with source code, and construct an OCI image
|
||||
- [CNB Tutorial](https://buildpacks.io/docs/app-journey/) → Tutorial to get you started using `pack`, a `builder`, and your application to create a working OCI image
|
||||
|
|
|
|||
Loading…
Reference in New Issue