File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -348,11 +348,11 @@ abide by its terms.
348348
349349[ author ] : https://wooorm.com
350350
351- [ contributing ] : https://github.com/syntax-tree/.github/blob/master /contributing.md
351+ [ contributing ] : https://github.com/syntax-tree/.github/blob/HEAD /contributing.md
352352
353- [ support ] : https://github.com/syntax-tree/.github/blob/master /support.md
353+ [ support ] : https://github.com/syntax-tree/.github/blob/HEAD /support.md
354354
355- [ coc ] : https://github.com/syntax-tree/.github/blob/master /code-of-conduct.md
355+ [ coc ] : https://github.com/syntax-tree/.github/blob/HEAD /code-of-conduct.md
356356
357357[ position ] : https://github.com/syntax-tree/unist#positional-information
358358
@@ -388,7 +388,7 @@ abide by its terms.
388388
389389[ rehype-raw ] : https://github.com/rehypejs/rehype-raw
390390
391- [ rehype-stringify ] : https://github.com/rehypejs/rehype/tree/master /packages/rehype-stringify
391+ [ rehype-stringify ] : https://github.com/rehypejs/rehype/tree/HEAD /packages/rehype-stringify
392392
393393[ handlers ] : lib/handlers
394394
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ declare namespace toHast {
2626 * Whether to allow [`html`](https://github.com/syntax-tree/mdast#html) nodes and inject them as raw HTML
2727 *
2828 * Only do this when using [`hast-util-to-html`](https://github.com/syntax-tree/hast-util-to-html)
29- * ([`rehype-stringify`](https://github.com/rehypejs/rehype/tree/master /packages/rehype-stringify)) or
29+ * ([`rehype-stringify`](https://github.com/rehypejs/rehype/tree/HEAD /packages/rehype-stringify)) or
3030 * [`hast-util-raw`](https://github.com/syntax-tree/hast-util-raw)
3131 * ([`rehype-raw`](https://github.com/rehypejs/rehype-raw)) later: `raw` nodes are not a standard part of
3232 * [hast](https://github.com/syntax-tree/hast).
@@ -48,7 +48,7 @@ declare namespace toHast {
4848 * Object mapping [mdast](https://github.com/syntax-tree/mdast)
4949 * [nodes](https://github.com/syntax-tree/mdast#nodes) to functions handling them.
5050 * Take a look at
51- * [`lib/handlers/`](https://github.com/syntax-tree/mdast-util-to-hast/blob/master /lib/handlers)
51+ * [`lib/handlers/`](https://github.com/syntax-tree/mdast-util-to-hast/blob/HEAD /lib/handlers)
5252 * for examples.
5353 */
5454 handlers ?: Handlers
You can’t perform that action at this time.
0 commit comments