Skip to content

Release and help URLs still point outside the emulebb namespace

Summary

Release-facing app URLs must point at the policy-owned emulebb namespace. The beta must not direct update checks, release links, or help links to superseded itlezy/eMule locations.

Acceptance Criteria

  • [x] Release update UI opens an emulebb release URL.
  • [x] Release update API requests use an emulebb GitHub API namespace.
  • [x] Online help uses the current policy-owned documentation location.
  • [x] Focused release-update tests cover the selected namespace.
  • [x] A source grep confirms no stale public release/update/help URL remains in active app code.

Validation

  • 2026-05-13: app commit 805dda8 updated online help, release UI, and release API URLs to the policy-owned eMulebb namespace.
  • 2026-05-13: test commit 7ca43fc updated the native release-update fixture and added tests/python/test_release_update_urls.py.
  • 2026-05-13: python -m emule_workspace test python --path tests/python/test_release_update_urls.py --quiet passed.
  • 2026-05-13: python -m emule_workspace validate passed.