-
-
Notifications
You must be signed in to change notification settings - Fork 202
Closed as not planned
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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
- Go to https://the-algorithms.com/algorithm/bubble-sort
- Scroll down to Code Implementation links
- Click on Java
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers