diff --git a/README.md b/README.md index 6f196b77..da24f915 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,6 @@
- - - website - LICENSE @@ -47,7 +43,7 @@

- + Website | diff --git a/docs/i18n/ja.md b/docs/i18n/ja.md index 04c26969..ae1d20a0 100644 --- a/docs/i18n/ja.md +++ b/docs/i18n/ja.md @@ -47,7 +47,7 @@

- + ウェブサイト | diff --git a/docs/i18n/ko.md b/docs/i18n/ko.md index e5a79dbe..0e461cae 100644 --- a/docs/i18n/ko.md +++ b/docs/i18n/ko.md @@ -47,7 +47,7 @@

- + 웹사이트 | diff --git a/docs/i18n/pt.md b/docs/i18n/pt.md index f9017670..85427e4d 100644 --- a/docs/i18n/pt.md +++ b/docs/i18n/pt.md @@ -47,7 +47,7 @@

- + Site | diff --git a/docs/i18n/tr.md b/docs/i18n/tr.md index f81063a1..b2ce8bc6 100644 --- a/docs/i18n/tr.md +++ b/docs/i18n/tr.md @@ -47,7 +47,7 @@

- + Web sitesi | diff --git a/docs/i18n/zh_cn.md b/docs/i18n/zh_cn.md index 4ec844c1..c49a9622 100644 --- a/docs/i18n/zh_cn.md +++ b/docs/i18n/zh_cn.md @@ -47,7 +47,7 @@

- + 网站 | diff --git a/docs/i18n/zh_tw.md b/docs/i18n/zh_tw.md index 914340e6..de92e3d2 100644 --- a/docs/i18n/zh_tw.md +++ b/docs/i18n/zh_tw.md @@ -48,7 +48,7 @@

- + 官網 | diff --git a/package.json b/package.json index fc040fd2..7d639815 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "marktext", "version": "0.17.1", - "homepage": "https://marktext.app/", + "homepage": "https://github.com/marktext/marktext/", "description": "Next generation markdown editor", "license": "MIT", "main": "./dist/electron/main.js", diff --git a/resources/linux/marktext.appdata.xml b/resources/linux/marktext.appdata.xml index 1a221143..b952d5cb 100644 --- a/resources/linux/marktext.appdata.xml +++ b/resources/linux/marktext.appdata.xml @@ -19,7 +19,7 @@
  • Various edit modes and themes: source code mode, typewriter mode, focus mode
  • - https://marktext.app/ + https://github.com/marktext/marktext/ https://github.com/marktext/marktext/issues diff --git a/src/main/menu/templates/help.js b/src/main/menu/templates/help.js index a0b03df7..7cfdf495 100755 --- a/src/main/menu/templates/help.js +++ b/src/main/menu/templates/help.js @@ -68,7 +68,7 @@ export default function () { }, { label: 'Website...', click () { - shell.openExternal('https://marktext.app') + shell.openExternal('https://github.com/marktext/marktext') } }, { label: 'Watch on GitHub...',