Skip to content

Commit f1ca4b2

Browse files
authored
Fix link
Closes GH-2508. Reviewed-by: Titus Wormer <[email protected]>
1 parent ce4fef0 commit f1ca4b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/mdx/readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ what unified does: please read through the [`unifiedjs/unified`][unified] readme
10831083
(the part until you hit the API section is required reading).
10841084

10851085
`@mdx-js/mdx` is a unified pipeline — wrapped so that most folks don’t need to
1086-
know about unified: [`core.js#L65`][core].
1086+
know about unified.
10871087
The processor goes through these steps:
10881088

10891089
1. parse MDX (serialized markdown with embedded JSX, ESM, and expressions)
@@ -1223,8 +1223,6 @@ abide by its terms.
12231223

12241224
[unified]: https://github.com/unifiedjs/unified
12251225

1226-
[core]: https://github.com/mdx-js/mdx/blob/main/packages/mdx/lib/core.js#L65
1227-
12281226
[micromark]: https://github.com/micromark/micromark
12291227

12301228
[acorn]: https://github.com/acornjs/acorn

0 commit comments

Comments
 (0)