From 8e1f890322b7d9053f68ba776a252c0b0c0ba3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20G=C3=B6r=C3=B6g?= Date: Thu, 11 Feb 2021 13:12:07 +0100 Subject: [PATCH] docs: fix link [ci skip] --- docs/deployment/methods/cloud-native-buildpacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/methods/cloud-native-buildpacks.md b/docs/deployment/methods/cloud-native-buildpacks.md index 7fa4e3039..ce1588b45 100644 --- a/docs/deployment/methods/cloud-native-buildpacks.md +++ b/docs/deployment/methods/cloud-native-buildpacks.md @@ -5,7 +5,7 @@ ``` buildpacks:set-property [--global|] # Set or clear a buildpacks property for an app ``` -Cloud Native Buildpacks are an evolution over the Buildpacks technology provided by the Herokuish builder. See the [herokuish buildpacks documentation](/docs/deployment/methods/herokuish.md) for more information on how to clear buildpack build cache for an application. +Cloud Native Buildpacks are an evolution over the Buildpacks technology provided by the Herokuish builder. See the [herokuish buildpacks documentation](/docs/deployment/methods/herokuish-buildpacks.md) for more information on how to clear buildpack build cache for an application. > Warning: This functionality uses the `pack` cli from the [Cloud Native Buildpacks](https://buildpacks.io) project to build apps. As the integration is experimental in Dokku, it is likely to change over time.