diff --git a/plugins.json b/plugins.json index a17b594..7a74363 100644 --- a/plugins.json +++ b/plugins.json @@ -27,7 +27,7 @@ "no-use-extend-native": "dustinspecker", "node": "mysticatea", "prettier": "https://github.com/prettier/eslint-plugin-prettier#options", - "promise": "https://github.com/xjamundx/eslint-plugin-promise#RULENAME", + "promise": "xjamundx", "protractor": "alecxe", "react": "yannickcr", "react-native": "Intellicode", diff --git a/test.js b/test.js index e34efda..949c67e 100644 --- a/test.js +++ b/test.js @@ -50,12 +50,12 @@ test('should return url of found plugin rules', t => { t.deepEqual(getRuleURI('promise/no-native'), { found: true, - url: 'https://github.com/xjamundx/eslint-plugin-promise#no-native' + url: 'https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/no-native.md' }); t.deepEqual(getRuleURI('promise/catch-or-return'), { found: true, - url: 'https://github.com/xjamundx/eslint-plugin-promise#catch-or-return' + url: 'https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/catch-or-return.md' }); t.deepEqual(getRuleURI('standard/array-bracket-even-spacing'), {