Skip to content

fix: correct broken LICENSE link in README - #78

Merged
farhan merged 1 commit into
openedx:mainfrom
farhan:farhan/fix-readme-license-link
Sep 1, 2026
Merged

fix: correct broken LICENSE link in README#78
farhan merged 1 commit into
openedx:mainfrom
farhan:farhan/fix-readme-license-link

Conversation

@farhan

@farhan farhan commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Summary

The README's License section linked to [LICENSE](LICENSE), but the license file in this repo is named LICENSE.txt — so the link 404s on GitHub and in the rendered docs. This points it at the actual filename.

-This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details.
+This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE.txt) file for details.

Why fix:

Beyond correcting the broken link, this is a fix: commit so python-semantic-release cuts the next patch release (1.7.6 → 1.7.7), exercising the release pipeline end-to-end now that the immutable-safe release workflow (#77) is in place.


🤖 Generated with Claude Code

The README linked to `LICENSE`, but the license file is named
`LICENSE.txt`, so the link 404s. Point it at the actual filename.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@farhan
farhan merged commit 7acd072 into openedx:main Sep 1, 2026
6 checks passed
@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.17%. Comparing base (fb81a86) to head (f69a7ae).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   82.17%   82.17%           
=======================================
  Files          48       48           
  Lines        1419     1419           
  Branches      110      110           
=======================================
  Hits         1166     1166           
  Misses        221      221           
  Partials       32       32           
Flag Coverage Δ
unittests 82.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant