-
-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Description
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
- 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
Metadata
Metadata
Assignees
Labels
No labels