Skip to content

Commit 788a4a5

Browse files
authored
Fix broken upstream docs URL in deprecation message (#476)
The upstream CNB project has rearranged a number of the docs pages, breaking some existing links such as: https://buildpacks.io/docs/tools/pack/cli/pack_config_default-builder/ I've filed buildpacks/docs#673 for potentially adding redirects, however, for the deprecation warning use-case, it makes more sense for us to just inline the CLI command rather than link out to the docs.
1 parent 48a2ccd commit 788a4a5

File tree

2 files changed

+4
-4
lines changed
  • builder-classic-22/end-of-life-buildpack/bin
  • buildpacks-20/end-of-life-buildpack/bin

2 files changed

+4
-4
lines changed

builder-classic-22/end-of-life-buildpack/bin/build

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ such as 'heroku/builder:22':
2323
https://github.com/heroku/cnb-builder-images#available-images
2424
2525
If you are using the Pack CLI, you will need to adjust your '--builder'
26-
CLI argument, or else change the default builder configuration:
27-
https://buildpacks.io/docs/tools/pack/cli/pack_config_default-builder/
26+
CLI argument, or else change the default builder configuration using:
27+
'pack config default-builder <new_builder_name>'
2828
2929
If you are using a third-party platform to deploy your app, check their
3030
documentation for how to adjust the builder image used for your build.

buildpacks-20/end-of-life-buildpack/bin/build

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ such as 'heroku/builder:22':
2323
https://github.com/heroku/cnb-builder-images#available-images
2424
2525
If you are using the Pack CLI, you will need to adjust your '--builder'
26-
CLI argument, or else change the default builder configuration:
27-
https://buildpacks.io/docs/tools/pack/cli/pack_config_default-builder/
26+
CLI argument, or else change the default builder configuration using:
27+
'pack config default-builder <new_builder_name>'
2828
2929
If you are using a third-party platform to deploy your app, check their
3030
documentation for how to adjust the builder image used for your build.

0 commit comments

Comments
 (0)