Skip to content

Commit

Permalink
Fix #921: Fix GitHub Actions badge link
Browse files Browse the repository at this point in the history
Currently it just links to an image of itself.

* README.md: fix GitHub Actions badge link.

Copyright-paperwork-exempt: yes
  • Loading branch information
athas authored Apr 15, 2022
1 parent 2c34dae commit 41b6a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 41b6a7e

Please sign in to comment.