-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
[BUG] Broken links #142
Comments
All of those links in the explanations are hardcoded into https://github.com/TheAlgorithms/Algorithms-Explanation, so they would have to be updated there. |
Anyone working on this issue? |
The wrong links in https://github.com/TheAlgorithms/Algorithms-Explanation are still there and I currently don't have the time to fix them. |
Hi, I'd like to contribute to this issue. Kindly assign to me. Thanks! |
Sure |
Hi @maltejur, I have a doubt. |
As the comment in that PR already says, the pull request only fixed two links, but every java link in that repository is broken. So it would be great to just have another PR in Algorithms-Explanation where all the links are fixed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello I would like to contribute contribute to this issue. Kindly assign it to me please |
Closing as this should be fixed upstream at https://github.com/TheAlgorithms/Algorithms-Explanation |
Description of the bug
Description
Code implementation links of algorithms when opened are giving 404 errors. I observed such behavior for Bubble sort.
Actual behavior
Actual behavior
4. See Github 404 page (the link is https://github.com/TheAlgorithms/Java/blob/master/Sorts/BubbleSort.java)
Expected behavior
4. Bubble sort page should open (the link is https://github.com/TheAlgorithms/Java/blob/master/src/main/java/com/thealgorithms/sorts/BubbleSort.java)
Add screenshots of the bug (if applicable)
No response
Additional information/context
Originally reported here TheAlgorithms/Java#2840
The text was updated successfully, but these errors were encountered: