aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/main/kotlin/pages/DefaultMarkdownToContentConverter.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/kotlin/pages/DefaultMarkdownToContentConverter.kt b/core/src/main/kotlin/pages/DefaultMarkdownToContentConverter.kt
index 369c1edb..bb8a826d 100644
--- a/core/src/main/kotlin/pages/DefaultMarkdownToContentConverter.kt
+++ b/core/src/main/kotlin/pages/DefaultMarkdownToContentConverter.kt
@@ -102,9 +102,9 @@ class DefaultMarkdownToContentConverter(
?: destinationNode.text
links[destination]?.let { dri ->
listOf(
- ContentResolvedLink(
+ ContentDRILink( // TODO: differentiate between KDoc link and some external link (http://...)
buildChildren(node),
- destination,
+ dri,
DCI(dri, ContentKind.Symbol),
platforms,
styles,