diff options
author | Cristiano Silva <hudokkow@gmail.com> | 2019-03-19 10:05:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 10:05:10 +0000 |
commit | bc5ee9fe3b9773d49dae2e41022ba3ae70321482 (patch) | |
tree | ca5786dc2a291c80d87f0597811cab6772913a20 | |
parent | e75fbcf60ff42986804cd130417905732ab339c8 (diff) | |
parent | 34b1e0c518ffd83d7161fd0283b96b35846358f7 (diff) |
Merge pull request #15769 from enen92/docsicon
[Docs] Use docs.kodi.tv instead of the codedocs url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ <p align="center"> <a href="LICENSE.md"><img alt="License" src="https://img.shields.io/badge/license-GPLv2-blue.svg?style=flat-square"></a> <a href="http://hits.dwyl.io/xbmc/xbmc"><img alt="HitCount" src="http://hits.dwyl.io/xbmc/xbmc.svg"></a> - <a href="https://codedocs.xyz/xbmc/xbmc/"><img alt="Documentation" src="https://img.shields.io/badge/code-documented-brightgreen.svg?style=flat-square"></a> + <a href="https://docs.kodi.tv/"><img alt="Documentation" src="https://img.shields.io/badge/code-documented-brightgreen.svg?style=flat-square"></a> <a href="https://github.com/xbmc/xbmc/pulls"><img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"></a> <a href="#how-to-contribute"><img alt="Contributions Welcome" src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square"></a> <a href="http://jenkins.kodi.tv/"><img alt="Build" src="https://img.shields.io/badge/CI-jenkins-brightgreen.svg?style=flat-square"></a> |