diff options
author | Miguel Borges de Freitas <92enen@gmail.com> | 2023-08-17 12:15:26 +0100 |
---|---|---|
committer | Miguel Borges de Freitas <92enen@gmail.com> | 2023-08-17 12:15:26 +0100 |
commit | ea625655cbb84873e5741ef267a10749908ca131 (patch) | |
tree | 6925ee1026e07ad5ff8088b3dff12ef04977cf56 /docs | |
parent | 6601acd5c559649e3d2f27050a331c922550f355 (diff) |
[docs] Fix for-the-badge badges
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index df7d2ffef5..8277a6f8fd 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -45,6 +45,6 @@ The *pull request* description should only contain information relevant to the c ## Updating your PR Making a *pull request* adhere to the standards above can be difficult. If the maintainers notice anything that they'd like changed, they'll ask you to edit your *pull request* before it gets merged. **There's no need to open a new *pull request*, just edit the existing one**. If you're not sure how to do that, our **[git guide](GIT-FU.md)** provides a step by step guide. If you're still not sure, ask us for guidance. We're all fairly proficient with *git* and happy to be of assistance. -<a href="https://github.com/xbmc/xbmc"><img src="https://forthebadge.com/images/badges/made-with-c-plus-plus.svg" height="25"></a> -<a href="https://github.com/xbmc/xbmc"><img src="https://forthebadge.com/images/badges/contains-technical-debt.svg" height="25"></a> +<a href="https://github.com/xbmc/xbmc"><img src="https://raw.githubusercontent.com/BraveUX/for-the-badge/master/src/images/badges/made-with-c-plus-plus.svg" height="25"></a> +<a href="https://github.com/xbmc/xbmc"><img src="https://raw.githubusercontent.com/BraveUX/for-the-badge/master/src/images/badges/contains-technical-debt.svg" height="25"></a> |