From ca4642f7be8be8a403f0ef3aa55bb339ceb818e5 Mon Sep 17 00:00:00 2001 From: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:07:39 +0700 Subject: [PATCH] Fix not found link in sample README Fix 404 link in sample README Signed-off-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f377d3..b099659 100644 --- a/README.md +++ b/README.md @@ -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