From 943c4000712b9fc2af9fcfc0586b3a8ac32d6c7c Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:02:12 +0100 Subject: [PATCH] Update README title and badge URLs for repo rename The repository has been renamed from `heroku/builder` to `heroku/cnb-builder-images`, so the README title and badge URLs need updating accordingly. Refs #396. GUS-W-14201543. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdb02b63..f4cd0fa5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Heroku Builder Images +# Heroku CNB Builder Images -[![CI](https://github.com/heroku/builder/actions/workflows/build-test-publish.yml/badge.svg)](https://github.com/heroku/builder/actions/workflows/build-test-publish.yml) +[![CI](https://github.com/heroku/cnb-builder-images/actions/workflows/build-test-publish.yml/badge.svg)](https://github.com/heroku/cnb-builder-images/actions/workflows/build-test-publish.yml) This repository is responsible for building and publishing [Cloud Native Buildpacks](https://buildpacks.io) builders that enable Heroku-like builds with the [`pack`](https://github.com/buildpacks/pack) command.