We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Links in Gradle examples README.md are broken Code 404 returns if try to go through links
Expected behaviour No 404 code, links are correct
Screenshots
To Reproduce
-- Incorrect link: https://github.com/Kotlin/dokka/blob/1.8.10/examples/gradle/gradle/dokka-gradle-example Correct link: https://github.com/Kotlin/dokka/tree/1.8.10/examples/gradle/dokka-gradle-example
The text was updated successfully, but these errors were encountered:
Thanks for the report! I copy-pasted the table from ./examples, so that's why 🤦♂️
Sorry, something went wrong.
Fix example project links in README
e0d9ed0
Fixes #2932 The table was copy-pasted from the parent examples directory without changing relative links
Fix example project links in README (#2943)
3c3d2e4
Successfully merging a pull request may close this issue.
Describe the bug
Links in Gradle examples README.md are broken
Code 404 returns if try to go through links
Expected behaviour
No 404 code, links are correct
Screenshots
To Reproduce
https://github.com/Kotlin/dokka/blob/1.8.10/examples/gradle/gradle/dokka-gradle-example
--
Incorrect link:
https://github.com/Kotlin/dokka/blob/1.8.10/examples/gradle/gradle/dokka-gradle-example
Correct link:
https://github.com/Kotlin/dokka/tree/1.8.10/examples/gradle/dokka-gradle-example
The text was updated successfully, but these errors were encountered: