From 8a7cafbd9b6a64b8ea166cd8483b408132b9aef0 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 24 May 2024 11:01:04 -0400 Subject: [PATCH] Use GitHub's preferred url format to generate the build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c8405bdb..ed947ac18 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![build](https://github.com/osmlab/osm-community-index/workflows/build/badge.svg)](https://github.com/osmlab/osm-community-index/actions?query=workflow%3A%22build%22) +[![build](https://github.com/osmlab/osm-community-index/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/osmlab/osm-community-index/actions/workflows/build.yml) [![npm version](https://badge.fury.io/js/osm-community-index.svg)](https://badge.fury.io/js/osm-community-index) [![](https://data.jsdelivr.com/v1/package/npm/osm-community-index/badge?style=rounded)](https://www.jsdelivr.com/package/npm/osm-community-index)