Skip to content

Commit e6e56f8

Browse files
committed
fixup!
1 parent c849f8e commit e6e56f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/doctool/test-doctool-html.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import assert from 'assert';
55
import { readFileSync } from 'fs';
66

77
import * as html from '../../tools/doc/html.mjs';
8-
import replaceLinks from '../../tools/doc/markdown.mjs';
8+
import { replaceLinks } from '../../tools/doc/markdown.mjs';
99
import {
1010
rehypeRaw,
1111
rehypeStringify,

tools/doc/generate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { unified } from 'unified';
3232

3333
import * as html from './html.mjs';
3434
import * as json from './json.mjs';
35-
import replaceLinks from './markdown.mjs';
35+
import { replaceLinks } from './markdown.mjs';
3636

3737
// Parse the args.
3838
// Don't use nopt or whatever for this. It's simple enough.

0 commit comments

Comments
 (0)