Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: Fix broken community support link in issue template
The "Community Support" contact link in the `.github/ISSUE_TEMPLATE/config.yml` file was pointing to an incorrect URL (`.../google-health/langextract/...`), which resulted in a 404 error for users trying to access the discussions page.

This commit corrects the URL to point to the correct repository discussions page, ensuring users can reach the community support forum as intended.
  • Loading branch information
Skippou committed Sep 2, 2025
commit 2a28bb05aee7fdaa3be2d29b34c11e4d7b5c5e1b
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ blank_issues_enabled: true
# Redirect users to other channels for general support or security issues
contact_links:
- name: Community Support
url: https://github.com/google-health/langextract/discussions
url: https://github.com/google/langextract/discussions
about: Please ask and answer questions here.
- name: Security Bug Reporting
url: https://g.co/vulnz
Expand Down
Loading