Skip to content

Commit 198ae41

Browse files
committed
Fix link
1 parent 82f16ab commit 198ae41

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: readme.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ about positional info, parse errors, and consistency across browsers, use
5757
[`hast-util-from-html-isomorphic`][hast-util-from-html-isomorphic], which
5858
wraps this in Node and uses browser APIs otherwise.
5959

60-
Finally you can use the utility [`hast-util-to-html`][hast-util-to-html] to do
60+
Finally you can use the utility [`hast-util-to-html`][hast-util-to-html] for
6161
the inverse of this utility.
6262
It turns hast into HTML.
6363

@@ -127,8 +127,6 @@ Turn serialized HTML into a hast tree.
127127

128128
###### Parameters
129129

130-
<!-- To do: update link when `vfile` has new docs. -->
131-
132130
* `value` ([`Compatible`][compatible])
133131
— serialized HTML to parse
134132
* `options` ([`Options`][api-options], optional)
@@ -456,7 +454,7 @@ fromHtml(doc, {
456454
> too.
457455
> Errors in unified mean the same as an exception in your JavaScript code: a
458456
> crash.
459-
> That’s why we use warnings instead, because we can continue to do work.
457+
> That’s why we use warnings instead, because we can continue doing work.
460458
461459
## Syntax
462460

@@ -583,7 +581,7 @@ abide by its terms.
583581

584582
[hast-util-from-html-isomorphic]: https://github.com/syntax-tree/hast-util-from-html-isomorphic
585583

586-
[compatible]: https://github.com/vfile/vfile/blob/03efac7/lib/index.js#L16
584+
[compatible]: https://github.com/vfile/vfile#compatible
587585

588586
[api-from-html]: #fromhtmlvalue-options
589587

0 commit comments

Comments
 (0)