From fa55bc6eeba5726bbc143e4294b79026fb3ccd85 Mon Sep 17 00:00:00 2001 From: Giovani Moutinho Date: Tue, 23 Sep 2025 19:34:52 -0300 Subject: [PATCH] Fix broken links in issue template configuration - Update all documentation URLs from docs.anthropic.com to docs.claude.com to avoid redirects - Change Getting Started Guide URL from /getting-started to /quickstart path - Remove Discussions link as GitHub Discussions are not enabled for this repository Fixes #7730 --- .github/ISSUE_TEMPLATE/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ad58e8eb..5fe5625f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,14 +4,11 @@ contact_links: url: https://anthropic.com/discord about: Get help, ask questions, and chat with other Claude Code users - name: 📖 Documentation - url: https://docs.anthropic.com/en/docs/claude-code + url: https://docs.claude.com/en/docs/claude-code about: Read the official documentation and guides - name: 🎓 Getting Started Guide - url: https://docs.anthropic.com/en/docs/claude-code/getting-started + url: https://docs.claude.com/en/docs/claude-code/quickstart about: New to Claude Code? Start here - name: 🔧 Troubleshooting Guide - url: https://docs.anthropic.com/en/docs/claude-code/troubleshooting + url: https://docs.claude.com/en/docs/claude-code/troubleshooting about: Common issues and how to fix them - - name: 💡 Discussions - url: https://github.com/anthropics/claude-code/discussions - about: Share ideas, tips, and chat with maintainers \ No newline at end of file