From: Scott Sweeny Date: Mon, 4 Nov 2019 12:01:38 +0000 (-0500) Subject: Fix crowdin badge display in CONTRIBUTING.md (#12273) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1018097c40cd3bf21d7995a7c2f7e3c9a214976b;p=mastodon.git Fix crowdin badge display in CONTRIBUTING.md (#12273) * Fix crowdin badge display in CONTRIBUTING.md The Crowdin localization badge in `CONTRIBUTING.md` appeared to have the wrong markup around it. This manifested in some extra brackets and an unformatted `crowdin` string. * Make Crowdin badge a link to the Mastodon project --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76f512198..e1cdf30da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Bug reports and feature suggestions can be submitted to [GitHub Issues](https:// You can submit translations via [Crowdin](https://crowdin.com/project/mastodon). They are periodically merged into the codebase. -[![Crowdin](https://d322cqt584bo4o.cloudfront.net/mastodon/localized.svg)][crowdin] +[![Crowdin](https://d322cqt584bo4o.cloudfront.net/mastodon/localized.svg)](https://crowdin.com/project/mastodon) ## Pull requests