You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/links.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,9 @@ export function convertInternalLinks(
18
18
returnlayoutStrategy.getLinkPathForPage(p);
19
19
}
20
20
21
+
// About this situation. See https://github.com/sillsdev/docu-notion/issues/9
21
22
warning(
22
-
`Could not find the target of this link. Note that links to outline sections are not supported. ${url}`
23
+
`Could not find the target of this link. Note that links to outline sections are not supported. ${url}. https://github.com/sillsdev/docu-notion/issues/9`
0 commit comments