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: Incorrect "Our Cookie Policy" Link Leads to Error Page in finance.html #3302

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

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

akshay0611 opened this issue Nov 18, 2024 · 1 comment · May be fixed by #3303

Comments

@akshay0611
Copy link
Contributor

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
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 changed the title BUG: BUG: Incorrect "Our Cookie Policy" Link Leads to Error Page in finance.html Nov 18, 2024
@akshay0611 akshay0611 linked a pull request Nov 18, 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