Skip to content

Commit

Permalink
Merge pull request #794 from reatlat/update-homepage-links
Browse files Browse the repository at this point in the history
Update homepage URL since `swh.app` are dead
  • Loading branch information
oldj authored Jan 9, 2023
2 parents 22ae4c5 + c658e31 commit 9729b74
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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

0 comments on commit 9729b74

Please sign in to comment.