feat: change repo links

This commit is contained in:
shinya
2025-08-13 01:20:06 +08:00
parent 48d1be771d
commit 2ed32f5896
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ export const VersionPanel: React.FC<VersionPanelProps> = ({
const fetchRemoteChangelog = async () => {
try {
const response = await fetch(
'https://codeberg.org/LunaTechLab/MoonTV/raw/branch/main/CHANGELOG'
'https://raw.githubusercontent.com/MoonTechLab/LunaTV/main/CHANGELOG'
);
if (response.ok) {
const content = await response.text();