diff --git a/buildpacks/ruby/src/user_errors.rs b/buildpacks/ruby/src/user_errors.rs index 3c781e7a..f55719a0 100644 --- a/buildpacks/ruby/src/user_errors.rs +++ b/buildpacks/ruby/src/user_errors.rs @@ -25,9 +25,11 @@ pub(crate) fn on_error(err: libcnb::Error) { status page https://status.heroku.com/ to see if there is an ongoing incident. Once all incidents have resolved please retry your build. - If the issue persists, please try to reproduce the behavior locally using the `pack` - CLI. If you can reproduce the behavior locally and believe you've found a bug in the - buildpack or the framework please open an issue on the buildpack's GitHub repository. + If the issue persists, try to reproduce the behavior locally using the `pack` CLI. + If you can reproduce the behavior locally and believe you've found a bug in the + buildpack or framework, please visit the buildpack's GitHub repository at + https://github.com/heroku/buildpacks-ruby/issues. Search for any existing issues + related to this error. If none are found, please consider opening a new issue. "}), }; }