kotlinx-knit icon indicating copy to clipboard operation
kotlinx-knit copied to clipboard

Incorrect resolving for absolute links

Open zoobestik opened this issue 2 years ago • 0 comments

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...

zoobestik avatar Jun 27 '22 20:06 zoobestik