From 320cf67d3cf5d1d8126734e4b3e25ddbedc8de57 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:45:45 +0000 Subject: [PATCH] Update badge URLs for repo rename (#400) The repository has been renamed from `heroku/builder` to `heroku/cnb-builder-images`, so the 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.