Skip to content

Commit 3d9eaab

Browse files
committed
Remove broken link
1 parent 83698e6 commit 3d9eaab

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hast-util-parse-selector [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
22

3-
Parse a simple CSS selector to a HAST node.
3+
Parse a simple CSS selector to a [HAST][] node.
44

55
## Installation
66

@@ -31,7 +31,7 @@ Yields:
3131

3232
### `parseSelector([selector])`
3333

34-
Parse a CSS `selector` to a [HAST][] [node][hast-node].
34+
Parse a CSS `selector` to a [HAST][] node.
3535

3636
###### `selector`
3737

@@ -41,7 +41,7 @@ multiple IDs are found.
4141

4242
###### Returns
4343

44-
[`Node`][hast-node].
44+
[`Node`][hast].
4545

4646
## License
4747

@@ -64,5 +64,3 @@ multiple IDs are found.
6464
[author]: http://wooorm.com
6565

6666
[hast]: https://github.com/wooorm/hast
67-
68-
[hast-node]: https://github.com/wooorm/hast#node

0 commit comments

Comments
 (0)