Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Relative path issue for 'Courses' link in sip.html #3289

Open
5 of 6 tasks
akshay0611 opened this issue Nov 17, 2024 · 1 comment · May be fixed by #3290
Open
5 of 6 tasks

BUG: Relative path issue for 'Courses' link in sip.html #3289

akshay0611 opened this issue Nov 17, 2024 · 1 comment · May be fixed by #3290

Comments

@akshay0611
Copy link
Contributor

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

  1. Navigate to sip.html page at https://www.finveda.xyz/tools/sip.html.
  2. Try to click the Courses link in the footer section which points to ./finance.html.
  3. Observe that the link does not work and results in a broken page or 404 error.
  4. Update the link to use ../finance.html instead.
  5. 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
Copy link

👋 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! 🚀

@akshay0611 akshay0611 linked a pull request Nov 17, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant