Skip to content

Commit 78a7cd6

Browse files
committed
Fix links in readme
1 parent cb35540 commit 78a7cd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ To build [TestCafé](http://testcafe.devexpress.com/) we needed fast and ready f
77
Existing solutions were either too slow or their output was too inaccurate. So, this is how parse5 was born.
88

99
**Included tools:**
10-
* [Parser](https://github.com/inikulin/parse5/blob/master/README.md#class-parser) - HTML to DOM-tree parser.
11-
* [SimpleApiParser](https://github.com/inikulin/parse5/blob/master/README.md#class-simpleapiparser) - [SAX](http://en.wikipedia.org/wiki/Simple_API_for_XML)-style parser for HTML.
12-
* [TreeSerializer](https://github.com/inikulin/parse5/blob/master/README.md#class-treeserializer) - DOM-tree to HTML serializer.
10+
* [Parser](#class-parser) - HTML to DOM-tree parser.
11+
* [SimpleApiParser](#class-simpleapiparser) - [SAX](http://en.wikipedia.org/wiki/Simple_API_for_XML)-style parser for HTML.
12+
* [TreeSerializer](#class-treeserializer) - DOM-tree to HTML serializer.
1313

1414
##Install
1515
```

0 commit comments

Comments
 (0)