Skip to content

Commit

Permalink
Fix broken upstream docs URL in deprecation message
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
edmorley committed Mar 8, 2024
1 parent 48a2ccd commit d49bd55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder-classic-22/end-of-life-buildpack/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ such as 'heroku/builder:22':
https://github.com/heroku/cnb-builder-images#available-images
If you are using the Pack CLI, you will need to adjust your '--builder'
CLI argument, or else change the default builder configuration:
https://buildpacks.io/docs/tools/pack/cli/pack_config_default-builder/
CLI argument, or else change the default builder configuration using:
'pack config default-builder <new_builder_name>'
If you are using a third-party platform to deploy your app, check their
documentation for how to adjust the builder image used for your build.
Expand Down
4 changes: 2 additions & 2 deletions buildpacks-20/end-of-life-buildpack/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ such as 'heroku/builder:22':
https://github.com/heroku/cnb-builder-images#available-images
If you are using the Pack CLI, you will need to adjust your '--builder'
CLI argument, or else change the default builder configuration:
https://buildpacks.io/docs/tools/pack/cli/pack_config_default-builder/
CLI argument, or else change the default builder configuration using:
'pack config default-builder <new_builder_name>'
If you are using a third-party platform to deploy your app, check their
documentation for how to adjust the builder image used for your build.
Expand Down

0 comments on commit d49bd55

Please sign in to comment.