branch: elpa/clojure-ts-mode
commit 3e2a1b8ec985060791cc209bab1f680edd0f6a32
Author: dannyfreeman <danny@dfreeman.email>
Commit: dannyfreeman <danny@dfreeman.email>

    More readme badge and link fixes
---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fe5c2f4c12..1db5e5b4c0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![License: GPL 
v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
+[![License GPL 3][badge-license]][copying]
 
 # Clojure Tree-Sitter Mode
 
@@ -19,3 +19,7 @@ TODO
 Copyright © 2022 Danny Freeman and [contributors][].
 
 Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to 
view it.
+
+[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
+[COPYING]: http://www.gnu.org/copyleft/gpl.html
+[contributors]: https://github.com/clojure-emacs/clojure-mode/contributors

Reply via email to