-
-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Description
Preliminary Check
- I have searched the existing issues
- This issue is reproducible
Bug Summary
When navigating from sip.html
to the Courses page, the link with a relative path (./finance.html
) does not work as expected, resulting in a broken link. However, when the relative path is updated to ../finance.html
, it functions correctly. The issue occurs because the current relative path is not resolving correctly due to the file structure.
Steps to Reproduce
- Navigate to
sip.html
page athttps://www.finveda.xyz/tools/sip.html
. - Try to click the Courses link in the footer section which points to
./finance.html
. - Observe that the link does not work and results in a broken page or 404 error.
- Update the link to use
../finance.html
instead. - Refresh and observe that the link works as expected.
Expected Behavior
The Courses link should correctly navigate to the finance.html
page from sip.html
, either by using ../finance.html
or adjusting the relative paths as needed.
Screenshots/Logs
No response
Additional Information
- I agree to follow this project's Code of Conduct
- I'm a GSSOC'24 contributor
- I want to work on this issue
- I can provide more details if needed
Metadata
Metadata
Assignees
Labels
No labels