Skip to content

Commit

Permalink
fixed new links
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Quadflieg committed Aug 22, 2018
1 parent 15cf57c commit 52d60a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/reporter.js
Expand Up @@ -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
}
});
}
Expand Down

0 comments on commit 52d60a0

Please sign in to comment.