From 1c8df4d82da2b4703f3e31f2f3bd48c08d53a939 Mon Sep 17 00:00:00 2001 From: anxdpanic Date: Thu, 7 Feb 2019 12:01:42 -0500 Subject: [PATCH 1/2] [README.md] fix broken Add-on rules link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c33146f25d..f1cf70d174 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This branch is not used for public. Please use one of the other branches availab ## Quick Kodi development links -* [Add-on rules](https://github.com/xbmc/xbmc/blob/master/CONTRIBUTING.md) +* [Add-on rules](https://github.com/xbmc/repo-scripts/blob/master/CONTRIBUTING.md) * [Submitting an add-on details](http://kodi.wiki/view/Submitting_Add-ons) * [Code guidelines](http://kodi.wiki/view/Official:Code_guidelines_and_formatting_conventions) * [Kodi development](http://kodi.wiki/view/Development) From 2bcdaf37ee2de0514a13456d21d13faac2248b94 Mon Sep 17 00:00:00 2001 From: anxdpanic Date: Thu, 7 Feb 2019 12:01:52 -0500 Subject: [PATCH 2/2] [README.md] add Kodi Addon checker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1cf70d174..d01127aec9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This branch is not used for public. Please use one of the other branches availab * [Submitting an add-on details](http://kodi.wiki/view/Submitting_Add-ons) * [Code guidelines](http://kodi.wiki/view/Official:Code_guidelines_and_formatting_conventions) * [Kodi development](http://kodi.wiki/view/Development) +* [Kodi Addon checker](https://pypi.org/project/kodi-addon-checker/) ## Other useful links