kotlinx-knit
kotlinx-knit copied to clipboard
Incorrect resolving for absolute links
Hi, i have problem with absolute links into .md file
Test case:
-
def core_docs_url = "https://kotlinlang.org/api/kotlinx.coroutines/$coreModule/"
in build.gradle -
[com.google.common.util.concurrent.ListenableFuture]: https://google.github.io/guava/releases/31.0.1-jre/api/docs/com/google/common/util/concurrent/ListenableFuture.html
in kotlinx-coroutines-guava/README.md
WARNING: /mnt/agent/work/44ec6e850d5c63f0/integration/kotlinx-coroutines-guava/README.md: is not up-to-date, difference is
65c65
< [com.google.common.util.concurrent.ListenableFuture]: https://google.github.io/guava/releases/31.0.1-jre/api/docs/com/google/common/util/concurrent/ListenableFuture.html
---
> [com.google.common.util.concurrent.ListenableFuture]: https://kotlinlang.org/api/kotlinx.coroutines/https://google.github.io/guava/releases/31.0.1-jre/api/docs/com/google/common/util/concurrent/ListenableFuture.html
-------------------------------------------
Looks like problem in knit resolving...