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 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 at https://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
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our Guidelines and Code of Conduct. Happy coding! 🚀
Preliminary Check
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
sip.html
page athttps://www.finveda.xyz/tools/sip.html
../finance.html
.../finance.html
instead.Expected Behavior
The Courses link should correctly navigate to the
finance.html
page fromsip.html
, either by using../finance.html
or adjusting the relative paths as needed.Screenshots/Logs
No response
Additional Information
The text was updated successfully, but these errors were encountered: