Commit d9755a6
fix(branding): point the product license link at HEAD, not the missing main branch
product.overlay.json set licenseUrl/serverLicenseUrl to
github.com/levelcodeai/levelcode/blob/main/LICENSE, but there is no `main` branch
— the default is `develop` — so the license link baked into the app's About /
license metadata 404'd. Use /blob/HEAD/LICENSE: GitHub resolves HEAD to whatever
the default branch is, so it works on develop today and survives a future rename
to main.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent faa8eb5 commit d9755a6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments