mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 19:59:41 +08:00
Remove expired "marktext.app" domain (#3350)
This commit is contained in:
parent
7c9b0ec129
commit
318929817c
@ -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>
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
<div align="center">
|
||||
<h3>
|
||||
<a href="https://marktext.app">
|
||||
<a href="https://github.com/marktext/marktext">
|
||||
ウェブサイト
|
||||
</a>
|
||||
<span> | </span>
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
<div align="center">
|
||||
<h3>
|
||||
<a href="https://marktext.app">
|
||||
<a href="https://github.com/marktext/marktext">
|
||||
웹사이트
|
||||
</a>
|
||||
<span> | </span>
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
<div align="center">
|
||||
<h3>
|
||||
<a href="https://marktext.app">
|
||||
<a href="https://github.com/marktext/marktext">
|
||||
Site
|
||||
</a>
|
||||
<span> | </span>
|
||||
|
@ -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>
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
<div align="center">
|
||||
<h3>
|
||||
<a href="https://marktext.app">
|
||||
<a href="https://github.com/marktext/marktext">
|
||||
网站
|
||||
</a>
|
||||
<span> | </span>
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
<div align="center">
|
||||
<h3>
|
||||
<a href="https://marktext.app">
|
||||
<a href="https://github.com/marktext/marktext">
|
||||
官網
|
||||
</a>
|
||||
<span> | </span>
|
||||
|
@ -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",
|
||||
|
@ -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">
|
||||
|
@ -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...',
|
||||
|
Loading…
Reference in New Issue
Block a user