Skip to content

Commit 96fb47e

Browse files
committed
Fix some references to files that have moved.
1 parent 1c417e9 commit 96fb47e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 [`dom_sink/examples/print-rcdom.rs`](https://github.com/servo/html5ever/blob/master/dom_sink/examples/print-rcdom.rs) and the [API documentation][].
2626

2727
## Getting started in other languages
2828

STRUCTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The module structure is also documented in the output produced by `cargo doc`, a
1212

1313
`src/serialize/`: Turning trees back into strings. Corresponds to [section 12.3 "Serialising HTML fragments"](https://html.spec.whatwg.org/multipage/syntax.html#serialising-html-fragments)
1414

15-
`src/sink/`: Types that html5ever can use to represent the DOM, if you do not provide your own DOM implementation.
15+
`dom_sink/`: Types that html5ever can use to represent the DOM, if you do not provide your own DOM implementation.
1616

1717
`macros/`: Rust syntax extensions used within html5ever. Users of the library do not need this crate.
1818

@@ -22,6 +22,6 @@ The module structure is also documented in the output produced by `cargo doc`, a
2222

2323
`bench/`: Benchmarks. Another executable crate.
2424

25-
`examples/`: Examples of using the library. Each `.rs` file is an executable crate.
25+
`examples/` and `dom_sink/examples`: Examples of using the library. Each `.rs` file is an executable crate.
2626

2727
`data/`: Various data used in building and benchmarking the parser.

0 commit comments

Comments
 (0)