diff --git a/web/src/components/OtherSetting.js b/web/src/components/OtherSetting.js index 8d63c2dd..56239c5f 100644 --- a/web/src/components/OtherSetting.js +++ b/web/src/components/OtherSetting.js @@ -84,12 +84,12 @@ const OtherSetting = () => { const openGitHubRelease = () => { window.location = - 'https://github.com/songquanpeng/one-api/releases/latest'; + 'https://github.com/ckt1031/one-api/releases/latest'; }; const checkUpdate = async () => { const res = await API.get( - 'https://api.github.com/repos/songquanpeng/one-api/releases/latest' + 'https://api.github.com/repos/ckt1031/one-api/releases/latest' ); const { tag_name, body } = res.data; if (tag_name === process.env.REACT_APP_VERSION) {