Skip to content

BUG: Incorrect "Our Cookie Policy" Link Leads to Error Page in finance.html #3302

@akshay0611

Description

@akshay0611

Preliminary Check

  • I have searched the existing issues
  • This issue is reproducible

Bug Summary

The "Our Cookie Policy" link in the finance.html page redirects to an error page due to an incorrect href attribute. The link currently points to .Cookieo+policty.html, which is incorrect and causes a 404 error. The correct path should be Cookiepolicy.html.

Expected Behavior:
Clicking on the "Our Cookie Policy" link should correctly redirect to the Cookiepolicy.html page.

Actual Behavior:
Clicking on the "Our Cookie Policy" link leads to a 404 error page because the href attribute points to the wrong file.

Steps to Reproduce

  1. Navigate to the finance.html page.
  2. Locate the "Our Cookie Policy" link.
  3. Click on the link.
  4. Observe that the page redirects to an error page (404).

Expected Behavior

The link should redirect to the correct page: Cookiepolicy.html.

Screenshots/Logs

It is redirecting to the error page

Screenshot 2024-11-18 at 11 30 31 AM

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