diff --git a/src/frontend/App.tsx b/src/frontend/App.tsx index 5249fb5..9575f04 100644 --- a/src/frontend/App.tsx +++ b/src/frontend/App.tsx @@ -72,7 +72,7 @@ const AppInner : React.VFC = () => {
Powered by LycheeBridge with ❤️
diff --git a/src/frontend/const.ts b/src/frontend/const.ts index 36cd6bd..40ea961 100644 --- a/src/frontend/const.ts +++ b/src/frontend/const.ts @@ -12,7 +12,7 @@ export const LOCALSTORAGE_KEY_ACCENT_COLOR = 'accent_color'; /** Misskey Tools API エンドポイント */ export const API_ENDPOINT = `//${location.host}/api/v1/`; /** 更新履歴URL */ -export const CHANGELOG_URL = 'https://github.com/LycheeBridge/tools/blob/master/CHANGELOG.md'; +export const CHANGELOG_URL = 'https://blog.gozou.moe/mktools-changelog'; /** ブレークポイント モバイル */ export const BREAKPOINT_SM = '800px';