From 2f70a008e2446b941cdeadb751ed6979ec49a29c Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 31 Aug 2021 08:30:57 -0700 Subject: [PATCH] Fix build badge link in README (#317) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fbd28a..4342b26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wire: Automated Initialization in Go -![Build Status](https://github.com/google/wire/actions/workflows/tests.yml/badge.svg?branch=main) +[![Build Status](https://github.com/google/wire/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/google/wire/actions) [![godoc](https://godoc.org/github.com/google/wire?status.svg)][godoc] [![Coverage](https://codecov.io/gh/google/wire/branch/master/graph/badge.svg)](https://codecov.io/gh/google/wire)