Skip to content

Commit a120496

Browse files
committed
Update process-inner-links.js
1 parent c25ea39 commit a120496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/process-inner-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = ({ content, name }, _, arr) => {
107107
}
108108

109109
if (!headingNode) {
110-
console.warn(`no heading found for ${link}. The link will point to the top of the page.`)
110+
console.warn(`no heading found for ${link}.`)
111111
return { link, unsafeTag: '' }
112112
}
113113

0 commit comments

Comments
 (0)