Skip to content

Commit 8905aac

Browse files
author
bors-servo
authored
Auto merge of #212 - iopq:master, r=jdm
html2html is a very helpful example for parsing and then serializing html I had some troubles with doing this and I didn't realize that a minimal example already exists. The first example does too much stuff so it's not very easy to get started. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/212) <!-- Reviewable:end -->
2 parents c550f72 + efa9058 commit 8905aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add html5ever as a dependency in your [`Cargo.toml`](http://crates.io/) file:
2222
html5ever = "*"
2323
```
2424

25-
Then take a look at [`examples/print-rcdom.rs`](https://github.com/servo/html5ever/blob/master/examples/print-rcdom.rs) and the [API documentation][].
25+
Then take a look at [`examples/html2html.rs`](https://github.com/servo/html5ever/blob/master/examples/html2html.rs) and [`examples/print-rcdom.rs`](https://github.com/servo/html5ever/blob/master/examples/print-rcdom.rs) and the [API documentation][].
2626

2727
## Getting started in other languages
2828

0 commit comments

Comments
 (0)