Skip to content

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

@akshay0611

Description

@akshay0611

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions