-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Links are broken in KDocs #30091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is potentially because we don't generate the Kdoc for Java code, on purpose to not loose the Kotlin specific APIs in the Java ones but as a result links are broken. A way to fix this would be to set regular links to Spring Java API. |
After a deeper look, I tend to think that Dokka should support this use case, I have created Kotlin/dokka#2913 related issue. |
Kotlin/dokka#2272 is the new blocking issue for this. |
Fixed via #32797. |
Currently I am working on a Spring WebFlux/Kotlin Coroutines project, and explored the Spring Kotlin extensions docs frequently, but the links in these docs are still broken in 6.0.6.
For example:
https://docs.spring.io/spring-framework/docs/6.0.6/kdoc-api/spring-tx/org.springframework.transaction.reactive/transactional.html
The
TransacationalOperator.transactional
is redirected to:https://docs.spring.io/spring-framework/docs/6.0.6/kdoc-api/spring-tx/org.springframework.transaction.reactive/-transactional-operator/transactional.html
The text was updated successfully, but these errors were encountered: