Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Fix broken link for 'Our Cookie Policy' in finance.html#3303

Open
akshay0611 wants to merge 1 commit into
ayush-that:mainfrom
akshay0611:fix-cookie-policy-link
Open

Fix broken link for 'Our Cookie Policy' in finance.html#3303
akshay0611 wants to merge 1 commit into
ayush-that:mainfrom
akshay0611:fix-cookie-policy-link

Conversation

@akshay0611

Copy link
Copy Markdown
Contributor

🛠️ Fixes Issue

Fixes: #3302

👨‍💻 Description

What does this PR do?

This PR fixes the issue in finance.html where the "Our Cookie Policy" link was leading to an error page. The link was incorrect and has now been updated to the correct path.

  • Bug Fix: The link <a href=".Cookieo+policty.html"> was replaced with <a href="Cookiepolicy.html">.
  • Enhancement: This change ensures that clicking on the "Our Cookie Policy" link redirects the user to the correct page without any errors.
  • Motivation: The goal is to improve the user experience by eliminating broken links that lead to error pages.
  • Dependencies: No additional dependencies are required for this change.

📄 Type of Change

  • [✅] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (adds or updates related documentation)

📷 Screenshots/GIFs (if any)

Include screenshots or GIFs to demonstrate your changes

✅ Checklist

  • I am a participant of GSSoC-ext.
  • [✅] I have followed the contribution guidelines of this project.
  • [ ✅] I have made this change from my own.
  • I have taken help from some online resources.
  • [ ✅] My code follows the style guidelines of this project.
  • [ ✅] I have performed a self-review of my own code.
  • I have added documentation to explain my changes.

Mandatory Tasks

  • [✅] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.

🤝 GSSoC Participation

  • This PR is submitted under the GSSoC program.
  • I have taken prior approval for this feature/fix.

@vercel

vercel Bot commented Nov 18, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
finveda ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 18, 2024 6:10am

@github-actions

Copy link
Copy Markdown

Thank you for submitting your chaotic pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our chaotic CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@netlify

netlify Bot commented Nov 18, 2024

Copy link
Copy Markdown

Deploy Preview for getfinveda ready!

Name Link
🔨 Latest commit 045fac7
🔍 Latest deploy log https://app.netlify.com/sites/getfinveda/deploys/673ada3769ac740008609d64
😎 Deploy Preview https://deploy-preview-3303--getfinveda.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 31
Accessibility: 63
Best Practices: 75
SEO: 73
PWA: 50
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant