From 8507761272fc99b841221315a900830e3cf9efd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=84=EB=A5=B4=ED=8E=98?= Date: Wed, 31 Jan 2024 03:13:10 +0900 Subject: [PATCH] fix: some links for information --- src/frontend/App.tsx | 2 +- src/frontend/const.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ❤️

- + {t('termsOfService')}

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';