From 41b6a7e4b6b90cd45b7d74d8b2b03d36408ba05b Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 15 Apr 2022 19:06:46 +0200 Subject: [PATCH] Fix #921: Fix GitHub Actions badge link Currently it just links to an image of itself. * README.md: fix GitHub Actions badge link. Copyright-paperwork-exempt: yes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f01bfde..a940ea56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Build status](https://github.com/joaotavora/eglot/actions/workflows/test.yml/badge.svg?master) +[![Build status](https://github.com/joaotavora/eglot/actions/workflows/test.yml/badge.svg)](https://github.com/joaotavora/eglot/actions/workflows/test.yml) [![GNU ELPA](https://elpa.gnu.org/packages/eglot.svg)](https://elpa.gnu.org/packages/eglot.html) [![MELPA](https://melpa.org/packages/eglot-badge.svg)](https://melpa.org/#/eglot)