Remove expired "marktext.app" domain (#3350)

This commit is contained in:
CouldBeThis 2022-07-16 13:45:58 +00:00 committed by GitHub
parent 2bb405a03e
commit aed36dbf32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 14 deletions

View File

@ -16,10 +16,6 @@
<br>
<div align="center">
<!-- Version -->
<a href="https://marktext.github.io/website">
<img src="https://badge.fury.io/gh/jocs%2Fmarktext.svg" alt="website">
</a>
<!-- License -->
<a href="LICENSE">
<img src="https://img.shields.io/github/license/marktext/marktext.svg" alt="LICENSE">
@ -47,7 +43,7 @@
<div align="center">
<h3>
<a href="https://marktext.app">
<a href="https://github.com/marktext/marktext">
Website
</a>
<span> | </span>

View File

@ -47,7 +47,7 @@
<div align="center">
<h3>
<a href="https://marktext.app">
<a href="https://github.com/marktext/marktext">
ウェブサイト
</a>
<span> | </span>

View File

@ -47,7 +47,7 @@
<div align="center">
<h3>
<a href="https://marktext.app">
<a href="https://github.com/marktext/marktext">
웹사이트
</a>
<span> | </span>

View File

@ -47,7 +47,7 @@
<div align="center">
<h3>
<a href="https://marktext.app">
<a href="https://github.com/marktext/marktext">
Site
</a>
<span> | </span>

View File

@ -47,7 +47,7 @@
<div align="center">
<h3>
<a href="https://marktext.app">
<a href="https://github.com/marktext/marktext">
Web sitesi
</a>
<span> | </span>

View File

@ -47,7 +47,7 @@
<div align="center">
<h3>
<a href="https://marktext.app">
<a href="https://github.com/marktext/marktext">
网站
</a>
<span> | </span>

View File

@ -48,7 +48,7 @@
<div align="center">
<h3>
<a href="https://marktext.app">
<a href="https://github.com/marktext/marktext">
官網
</a>
<span> | </span>

View File

@ -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",

View File

@ -19,7 +19,7 @@
<li>Various edit modes and themes: source code mode, typewriter mode, focus mode</li>
</ul>
</description>
<url type="homepage">https://marktext.app/</url>
<url type="homepage">https://github.com/marktext/marktext/</url>
<url type="bugtracker">https://github.com/marktext/marktext/issues</url>
<screenshots>
<screenshot type="default">

View File

@ -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...',