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

This commit is contained in:
CouldBeThis 2022-07-16 13:45:58 +00:00 committed by Felix Häusler
parent 7c9b0ec129
commit 318929817c
No known key found for this signature in database
GPG Key ID: 66C2E38862BBD18A
10 changed files with 10 additions and 14 deletions

View File

@ -16,10 +16,6 @@
<br> <br>
<div align="center"> <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 --> <!-- License -->
<a href="LICENSE"> <a href="LICENSE">
<img src="https://img.shields.io/github/license/marktext/marktext.svg" alt="LICENSE"> <img src="https://img.shields.io/github/license/marktext/marktext.svg" alt="LICENSE">
@ -47,7 +43,7 @@
<div align="center"> <div align="center">
<h3> <h3>
<a href="https://marktext.app"> <a href="https://github.com/marktext/marktext">
Website Website
</a> </a>
<span> | </span> <span> | </span>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "marktext", "name": "marktext",
"version": "0.17.1", "version": "0.17.1",
"homepage": "https://marktext.app/", "homepage": "https://github.com/marktext/marktext/",
"description": "Next generation markdown editor", "description": "Next generation markdown editor",
"license": "MIT", "license": "MIT",
"main": "./dist/electron/main.js", "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> <li>Various edit modes and themes: source code mode, typewriter mode, focus mode</li>
</ul> </ul>
</description> </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> <url type="bugtracker">https://github.com/marktext/marktext/issues</url>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">

View File

@ -68,7 +68,7 @@ export default function () {
}, { }, {
label: 'Website...', label: 'Website...',
click () { click () {
shell.openExternal('https://marktext.app') shell.openExternal('https://github.com/marktext/marktext')
} }
}, { }, {
label: 'Watch on GitHub...', label: 'Watch on GitHub...',