diff --git a/README.md b/README.md index 1bee35627..1d9dfd880 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ HTMLHint is a Static Code Analysis Tool for HTML, you can use it with IDE or in ## Guide -1. [How to use](https://github.com/yaniswang/HTMLHint/wiki/Usage) -2. [All Rules](https://github.com/yaniswang/HTMLHint/wiki/Rules) -2. [How to Develop](https://github.com/yaniswang/HTMLHint/wiki/Developer-guide) +1. [How to use](https://github.com/thedaviddias/HTMLHint/wiki/Usage) +2. [All Rules](https://github.com/thedaviddias/HTMLHint/wiki/Rules) +2. [How to Develop](https://github.com/thedaviddias/HTMLHint/wiki/Developer-guide) ## License diff --git a/package.json b/package.json index b0b7c8194..4eb4a48c6 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ }, "repository": { "type": "git", - "url": "git://github.com/yaniswang/HTMLHint.git" + "url": "git://github.com/thedaviddias/HTMLHint.git" }, "bugs": { - "url": "https://github.com/yaniswang/HTMLHint/issues" + "url": "https://github.com/thedaviddias/HTMLHint/issues" }, "keywords": [ "html", diff --git a/src/reporter.js b/src/reporter.js index 6cf9dcd0b..444b6da0f 100644 --- a/src/reporter.js +++ b/src/reporter.js @@ -61,7 +61,7 @@ rule: { id: rule.id, description: rule.description, - link: 'https://github.com/yaniswang/HTMLHint/wiki/' + rule.id + link: 'https://github.com/thedaviddias/HTMLHint/wiki/' + rule.id } }); }