mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG]: Broken Links for "Documentation for Subtitle Downloader" and "User Documentation for Activity Extractor" on the Downloads Page #816
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ni1esh-Yadav on GitHub (Jan 16, 2025).
When I click on the "Documentation for Subtitle Downloader" hyperlink on the CCExtractor Downloads page, it leads to a 404 - Page Not Found error. This issue hinders access to the documentation and creates a poor user experience.
Steps to Reproduce:
Navigate to the CCExtractor Downloads page.
Locate the "Documentation for Subtitle Downloader" hyperlink.
Click on the hyperlink.
Observe that the page displays a 404 error.
Expected Behavior:
Clicking on the "Documentation for Subtitle Downloader" link should lead to the relevant documentation page without any errors.
Actual Behavior:
The link redirects to a page displaying a 404 - Page Not Found error.
Additional Information:
Please verify and update the hyperlink to the correct documentation page
Video for referencing the issue:
https://github.com/user-attachments/assets/0ce15282-816c-4cb5-a896-2157a5ee8232
@Advaitgaur004 commented on GitHub (Jan 16, 2025):
It seems there is a basic issue: the URL format doku.php?id=... is no longer valid because the site has been migrated from DokuWiki to a new system on Netlify.
You might be looking for this page: https://ccextractor.org/docs/cchome/
To resolve this, you can either update the link to point to the new documentation section of the website or create a new page with the relevant information.
@Ni1esh-Yadav commented on GitHub (Jan 17, 2025):
What If we point https://ccextractor.org/doku.php?id=public/gsoc/repository_documentation this url to this url https://ccextractor.org/public/gsoc/2016/abishek/subtitle_downloader/ @Advaitgaur004 by doing so we can solve this issue but there will be inconsistency in url
@Advaitgaur004 commented on GitHub (Jan 17, 2025):
Yes thats a nice documentation, but yes redirect isnt consistent, for the time being we can use this until moderator finds an alternative
@321david123 commented on GitHub (Apr 8, 2025):
It should be fixed and ready to merge at: https://github.com/CCExtractor/website/pull/89