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

Fix broken links by correcting case sensitivity in URLs #591

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Marcofann
Copy link

This pull request addresses the issue of broken links in the README.md file. The issue was caused by the incorrect capitalization of "Consensys" in URLs. All occurrences of "Consensys" have been replaced with "consensys", resolving the broken links.

Summary of changes:

  • Updated all URLs in the README.md to use "consensys" in lowercase instead of "Consensys."
  • Verified that the corrected URLs are now functional and direct to the appropriate resources.

Type of change:

  • Bug fix (non-breaking change which fixes an issue)

How has this been tested?

  • Manually checked all updated URLs to ensure they are functional and direct to the correct pages.

Checklist:

  • Performed a self-review of the changes.
  • Commented on the changes where necessary.
  • Verified that the updated links are functional.
  • All existing unit tests pass.

Thank you for reviewing this pull request! Please let me know if additional adjustments are required.

@gbotrel gbotrel added the typo Typo fixes label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typo Typo fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants