Skip to content

docs(gem-team): fix dead LICENSE link in plugin README - #2983

Merged
aaronpowell merged 1 commit into
github:mainfrom
1fanwang:1fannnw/fix-gem-team-license-link
Sep 9, 2026
Merged

docs(gem-team): fix dead LICENSE link in plugin README#2983
aaronpowell merged 1 commit into
github:mainfrom
1fanwang:1fannnw/fix-gem-team-license-link

Conversation

@1fanwang

@1fanwang 1fanwang commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, workflow, or canvas extension file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, workflow, or canvas extension with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the main branch for this pull request.

Description

The Learn More section in plugins/gem-team/README.md linked to a local LICENSE file that does not exist in that directory, leading to a 404 when followed on GitHub. This updates the link to point to the license file in the plugin's upstream repository (mubaidr/gem-team), matching the pattern used by the adjacent Documentation and Contributing links.


Type of Contribution

  • Update to existing instruction, prompt, agent, plugin, skill, workflow, or canvas extension.

Additional Notes

Before this change, the relative link resolved to a non-existent path in this repository and produced a 404 error. The updated target resolves to the upstream license with HTTP 200.

Raw logs
$ curl -sSL -o /dev/null -w '%{http_code}\n' https://raw.githubusercontent.com/github/awesome-copilot/main/plugins/gem-team/LICENSE
404
$ curl -sSL -o /dev/null -w '%{http_code}\n' https://raw.githubusercontent.com/mubaidr/gem-team/main/LICENSE
200

npm run plugin:validate passes.

The Learn More section linked to a non-existent local LICENSE file in
plugins/gem-team/, causing a 404 error on GitHub. Point the link to the
upstream mubaidr/gem-team repository LICENSE file, matching the adjacent
documentation links.

Signed-off-by: 1fanwang <1fannnw@gmail.com>
Copilot AI balanced review requested due to automatic review settings September 8, 2026 06:55
@github-actions github-actions Bot added the plugin PR touches plugins label Sep 8, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 1 changed file(s).

Severity Count
🔴 High 1
🟠 Medium 0
ℹ️ Info 0
Severity Rule File Line Match
🔴 remote-shell-execution plugins/gem-team/README.md 63 curl -sSL https://aka.ms/apm-unix | sh

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:HIGH Contributor reputation check flagged HIGH risk label Sep 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a straightforward documentation link fix with no behavioral or structural impact on the repository.

Pull request overview

Updates the gem-team plugin documentation to fix a dead License link in the “Learn More” section, ensuring users are directed to the correct upstream license file.

Changes:

  • Replace the broken relative LICENSE link with an absolute link to the upstream repository’s LICENSE file.
File summaries
File Description
plugins/gem-team/README.md Fixes the “License” link to point to the upstream repo’s license file instead of a non-existent local path.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@aaronpowell
aaronpowell merged commit 6b7edae into github:main Sep 9, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review:HIGH Contributor reputation check flagged HIGH risk plugin PR touches plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants