Skip to content
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

Links are broken in Gradle examples README.md file #2932

Closed
Mefodys opened this issue Mar 20, 2023 · 1 comment · Fixed by #2943
Closed

Links are broken in Gradle examples README.md file #2932

Mefodys opened this issue Mar 20, 2023 · 1 comment · Fixed by #2943
Labels

Comments

@Mefodys
Copy link

Mefodys commented Mar 20, 2023

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
image

To Reproduce

  1. Open https://github.com/Kotlin/dokka/blob/1.8.10/examples/gradle/README.md
  2. Try to go through some link - for instance:
    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

@Mefodys Mefodys added the bug label Mar 20, 2023
@IgnatBeresnev
Copy link
Member

Thanks for the report! I copy-pasted the table from ./examples, so that's why 🤦‍♂️

IgnatBeresnev added a commit that referenced this issue Mar 27, 2023
Fixes #2932

The table was copy-pasted from the parent examples directory without changing relative links
IgnatBeresnev added a commit that referenced this issue Mar 28, 2023
Fixes #2932

The table was copy-pasted from the parent examples directory without changing relative links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants