From 97d40ca9eb0d9b40e78bd14789c59efd667addc3 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Fri, 17 Mar 2023 21:48:48 +0100 Subject: [PATCH] fix shields.io badge --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 8bd2ce0..da9c0de 100644 --- a/readme.markdown +++ b/readme.markdown @@ -2,7 +2,7 @@ [![npm](https://flat.badgen.net/npm/license/cc-md)](https://www.npmjs.org/package/cc-md) [![npm](https://flat.badgen.net/npm/v/cc-md)](https://www.npmjs.org/package/cc-md) -[![CI](https://img.shields.io/github/workflow/status/idleberg/Creative-Commons-Markdown/CI?style=flat-square)](https://github.com/idleberg/Creative-Commons-Markdown/actions) +[![CI](https://img.shields.io/github/actions/workflow/status/idleberg/Creative-Commons-Markdown/default.yml?style=flat-square)](https://github.com/idleberg/Creative-Commons-Markdown/actions) On November 25th, 2013, [Creative Commons](http://creativecommons.org/) announced their next generation licenses: [Creative Commons 4.0](https://creativecommons.org/weblog/entry/40768). By default, these are available as [HTML](http://creativecommons.org/licenses/) or [plaintext](http://creativecommons.org/weblog/entry/41127). This project adds [Markdown](http://daringfireball.net/projects/markdown/)-formatted licenses to that list, while aiming for best [compatibility on GitHub](https://github.github.com/gfm/).