Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 32c955b

Browse files
committed
docs: Fix package links
1 parent 976b1a6 commit 32c955b

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

docs/list-of-packages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# List of parse5 toolset packages
22

33
- [parse5](https://github.com/inikulin/parse5/tree/master/packages/parse5) - HTML parser and serializer.
4-
- [parse5-htmlparser2-tree-adapter](https://github.com/inikulin/parse5/tree/master/packages/htmlparser2-tree-adapter) - [htmlparser2](https://github.com/fb55/htmlparser2) tree adapter.
5-
- [parse5-parse5-stream](https://github.com/inikulin/parse5/tree/master/packages/parser-stream) - streaming HTML parser with scripting support.
6-
- [parse5-plain-text-conversion-stream](https://github.com/inikulin/parse5/tree/master/packages/plain-text-conversion-stream) - stream that converts plain text files into HTML documents.
7-
- [parse5-sax-parser](https://github.com/inikulin/parse5/tree/master/packages/sax-parser) - streaming SAX-style HTML parser.
8-
- [parse5-serializer-stream](https://github.com/inikulin/parse5/tree/master/packages/serializer-stream) - streaming HTML serializer.
9-
- [parse5-html-rewriting-stream](https://github.com/inikulin/parse5/tree/master/packages/html-rewriting-stream) - streaming HTML rewriter.
4+
- [parse5-htmlparser2-tree-adapter](https://github.com/inikulin/parse5/tree/master/packages/parse5-htmlparser2-tree-adapter) - [htmlparser2](https://github.com/fb55/htmlparser2) tree adapter.
5+
- [parse5-parser-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-parser-stream) - streaming HTML parser with scripting support.
6+
- [parse5-plain-text-conversion-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-plain-text-conversion-stream) - stream that converts plain text files into HTML documents.
7+
- [parse5-sax-parser](https://github.com/inikulin/parse5/tree/master/packages/parse5-sax-parser) - streaming SAX-style HTML parser.
8+
- [parse5-serializer-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-serializer-stream) - streaming HTML serializer.
9+
- [parse5-html-rewriting-stream](https://github.com/inikulin/parse5/tree/master/packages/parse5-html-rewriting-stream) - streaming HTML rewriter.

packages/parse5-html-rewriting-stream/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<br>
1717

1818
<p align="center">
19-
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/html-rewriting-stream/docs/index.md"><b>Documentation</b></a> 📖
19+
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/parse5-html-rewriting-stream/docs/index.md"><b>Documentation</b></a> 📖
2020
</p>
2121

2222
---

packages/parse5-htmlparser2-tree-adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<br>
1717

1818
<p align="center">
19-
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/htmlparser2-tree-adapter/docs/index.md"><b>Documentation</b></a> 📖
19+
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/parse5-htmlparser2-tree-adapter/docs/index.md"><b>Documentation</b></a> 📖
2020
</p>
2121

2222
---

packages/parse5-parser-stream/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<br>
1717

1818
<p align="center">
19-
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/parser-stream/docs/index.md"><b>Documentation</b></a> 📖
19+
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/parse5-parser-stream/docs/index.md"><b>Documentation</b></a> 📖
2020
</p>
2121

2222
---

packages/parse5-plain-text-conversion-stream/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<br>
1717

1818
<p align="center">
19-
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/plain-text-conversion-stream/docs/index.md"><b>Documentation</b></a> 📖
19+
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/parse5-plain-text-conversion-stream/docs/index.md"><b>Documentation</b></a> 📖
2020
</p>
2121

2222
---

packages/parse5-sax-parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<br>
1717

1818
<p align="center">
19-
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/sax-parser/docs/index.md"><b>Documentation</b></a> 📖
19+
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/parse5-sax-parser/docs/index.md"><b>Documentation</b></a> 📖
2020
</p>
2121

2222
---

packages/parse5-serializer-stream/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<br>
1717

1818
<p align="center">
19-
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/serializer-stream/docs/index.md"><b>Documentation</b></a> 📖
19+
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/parse5-serializer-stream/docs/index.md"><b>Documentation</b></a> 📖
2020
</p>
2121

2222
---

0 commit comments

Comments
 (0)