diff options
| author | Fuwn <[email protected]> | 2021-04-24 12:32:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-24 12:32:08 -0700 |
| commit | d0470726131c87addd9293623a75cac28c1aaf87 (patch) | |
| tree | 31fd4ae611a19d47e91f3aa92e3e340c49786b51 | |
| parent | chore: Add emoji to "Cancel Previous Runs" step (diff) | |
| download | site-d0470726131c87addd9293623a75cac28c1aaf87.tar.xz site-d0470726131c87addd9293623a75cac28c1aaf87.zip | |
etc: Add CodeFactor badge plus alt. attributes
| -rw-r--r-- | docs/introduction/basis.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/introduction/basis.md b/docs/introduction/basis.md index 7f9f603..ae67f0a 100644 --- a/docs/introduction/basis.md +++ b/docs/introduction/basis.md @@ -9,8 +9,11 @@ implementation in [Rust](https://www.rust-lang.org/) which has a strong focus on maintainability, and easy configuration. <a href="https://discord.com/invite/8hn6padWF6" title="Discord"> - <img src="https://img.shields.io/discord/821938182274154506" /> + <img src="https://img.shields.io/discord/821938182274154506" alt="Discord" /> +</a> +<a href="https://www.codefactor.io/repository/github/whirlsplash/whirl"> + <img src="https://www.codefactor.io/repository/github/whirlsplash/whirl/badge" alt="CodeFactor" /> </a> <a href="https://github.com/Whirlsplash/whirl/blob/master/LICENSE" title="License"> - <img src="https://img.shields.io/github/license/Whirlsplash/whirl" /> + <img src="https://img.shields.io/github/license/Whirlsplash/whirl" alt="License" /> </a> |