You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user clicks on the "Edit this page" link on the website, they are redirected to a 404 error page instead of the corresponding page in the GitHub repository. This makes it impossible for users to suggest or contribute changes to the content.
Steps to Reproduce:
Navigate to any page of the website.
Scroll down to the footer or wherever the "Edit this page" link is located.
Click on the "Edit this page" link.
Observe that it leads to a 404 error page.
Expected Behavior:
The "Edit this page" link should direct the user to the corresponding file or page in the GitHub repository to suggest edits or raise pull requests.
Actual Behavior:
Clicking the link results in a 404 error page, which prevents users from accessing the GitHub repository to make changes.
Possible Cause:
The link may be misconfigured or pointing to the wrong repository or file path.
The GitHub repository might have been renamed or moved, causing a broken link.
Suggested Fix:
Verify the link path in the source code and ensure it points to the correct GitHub repository and file.
If the repository has been moved or renamed, update the link to reflect the new path.
Screen.Recording.2024-10-23.at.7.27.28.PM.mov
The text was updated successfully, but these errors were encountered:
Issue: 'Edit this Page' Link Results in 404 Error
Description:
When a user clicks on the "Edit this page" link on the website, they are redirected to a 404 error page instead of the corresponding page in the GitHub repository. This makes it impossible for users to suggest or contribute changes to the content.
Steps to Reproduce:
Expected Behavior:
The "Edit this page" link should direct the user to the corresponding file or page in the GitHub repository to suggest edits or raise pull requests.
Actual Behavior:
Clicking the link results in a 404 error page, which prevents users from accessing the GitHub repository to make changes.
Possible Cause:
Suggested Fix:
Screen.Recording.2024-10-23.at.7.27.28.PM.mov
The text was updated successfully, but these errors were encountered: