Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update homepage URL since swh.app are dead #794

Merged
merged 1 commit into from
Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [简体中文](README.zh_hans.md)
- [繁體中文](README.zh_hant.md)

Homepage: [https://swh.app](https://swh.app)
Homepage: [https://switchhosts.vercel.app](https://switchhosts.vercel.app)

SwitchHosts is an App for managing hosts file, it is based on [Electron](http://electron.atom.io/)
, [React](https://facebook.github.io/react/), [UmiJS](https://umijs.org/)
Expand Down
2 changes: 1 addition & 1 deletion README.zh_hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [English](README.md)
- [繁體中文](README.zh_hant.md)

项目主页:[https://swh.app](https://swh.app)
项目主页:[https://switchhosts.vercel.app](https://switchhosts.vercel.app)

SwitchHosts 是一个管理 hosts 文件的应用,基于 [Electron](http://electron.atom.io/)
、[React](https://facebook.github.io/react/)、[UmiJS](https://umijs.org/)
Expand Down
2 changes: 1 addition & 1 deletion README.zh_hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [English](README.md)
- [简体中文](README.zh_hans.md)

項目主頁:[https://swh.app](https://swh.app)
項目主頁:[https://switchhosts.vercel.app](https://switchhosts.vercel.app)

SwitchHosts 是一個管理 hosts 檔案的應用程式,基於 [Electron](http://electron.atom.io/)
、[React](https://facebook.github.io/react/)、[UmiJS](https://umijs.org/)
Expand Down
4 changes: 2 additions & 2 deletions alfred/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function run(argv) {
<key>readme</key>
<string>This workflow is for the SwitchHosts App.

https://swh.app</string>
https://switchhosts.vercel.app</string>
<key>uidata</key>
<dict>
<key>78D17FD5-9628-4901-A01A-511528D5FC14</key>
Expand All @@ -178,6 +178,6 @@ https://swh.app</string>
<key>version</key>
<string>1.3.0</string>
<key>webaddress</key>
<string>https://swh.app</string>
<string>https://switchhosts.vercel.app</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "oldj.wu@gmail.com",
"url": "https://github.com/oldj/SwitchHosts"
},
"homepage": "https://swh.app",
"homepage": "https://switchhosts.vercel.app",
"scripts": {
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @homepage: https://oldj.net
*/

export const server_url = 'https://swh.app'
export const server_url = 'https://switchhosts.vercel.app'
export const homepage_url = `${server_url}/home/`
export const download_url = `${server_url}/download/`
export const source_url = 'https://github.com/oldj/SwitchHosts'
Expand Down