Skip to content

Fix the contribution guide license link - #87

Open
1fanwang wants to merge 1 commit into
github:mainfrom
1fanwang:1fannnw/fix-contributing-license-link
Open

Fix the contribution guide license link#87
1fanwang wants to merge 1 commit into
github:mainfrom
1fanwang:1fannnw/fix-contributing-license-link

Conversation

@1fanwang

@1fanwang 1fanwang commented Sep 8, 2026

Copy link
Copy Markdown

Summary

Contributors following the license link in the contribution guide get a 404. The link now points to LICENSE, the file the repository contains.

Testing Done

The old link returns 404 and the corrected target returns 200. All relative links in the updated guide resolve locally.

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

The repo's license file is named LICENSE, not LICENSE.txt. The
relative link in CONTRIBUTING.md pointed at a path that doesn't
exist in this repository, so the license reference 404s (verified
live: LICENSE.txt returns 404, LICENSE returns 200).

Signed-off-by: 1fanwang <1fannnw@gmail.com>
Copilot AI balanced review requested due to automatic review settings September 8, 2026 01:50

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 link correction is verified, and no unresolved issues remain.

Pull request overview

Fixes the broken license link in the contribution guide.

Changes:

  • Updates LICENSE.txt to the existing LICENSE file.
File summaries
File Description
CONTRIBUTING.md Corrects the relative license link.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

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

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.

2 participants