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
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
Navigate to the finance.html page.
Locate the "Our Cookie Policy" link.
Click on the link.
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
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! 🚀
akshay0611
changed the title
BUG:
BUG: Incorrect "Our Cookie Policy" Link Leads to Error Page in finance.html
Nov 18, 2024
Preliminary Check
Bug Summary
The "Our Cookie Policy" link in the
finance.html
page redirects to an error page due to an incorrecthref
attribute. The link currently points to.Cookieo+policty.html
, which is incorrect and causes a 404 error. The correct path should beCookiepolicy.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
finance.html
page.Expected Behavior
The link should redirect to the correct page:
Cookiepolicy.html
.Screenshots/Logs
It is redirecting to the error page
Additional Information
The text was updated successfully, but these errors were encountered: