Skip to content

Conversation

Copy link

Copilot AI commented Jul 2, 2025

The README.md file contained broken links to GitHub Discussions that were causing 404 errors for users. The links incorrectly pointed to github/brazil instead of the actual repository name github/brasil.

Issue:

  • GitHub Discussions links in both English and Portuguese sections were broken
  • URLs pointed to https://github.com/github/brazil/discussions/categories/general
  • This caused 404 "Not Found" errors when users clicked the links

Fix:

  • Updated the repository name in the URLs from brazil to brasil
  • Fixed both English (line 134) and Portuguese (line 257) versions of the link
  • New working URL: https://github.com/github/brasil/discussions/categories/general

Files Changed:

  • README.md: Updated 2 instances of the GitHub Discussions URL

Verification:

  • Confirmed no other markdown files in the repository contain similar broken links
  • Repository name verified via git remote -v to be github/brasil

This is a minimal fix that resolves the user experience issue without affecting any other functionality.

Fixes #101.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/github/brasil
    • Triggering command: curl -s -H Accept: application/vnd.github+json REDACTED (http block)
    • Triggering command: curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Link leva a pagina 404 not found Fix broken GitHub Discussions links in README.md Jul 2, 2025
Copilot AI requested a review from AndreaGriffiths11 July 2, 2025 14:08
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 this pull request may close these issues.

Link leva a pagina 404 not found

2 participants