Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobsun <jacob.sun.meta@gmail.com>2021-03-16 20:31:18 +0300
committerjacobsun <jacob.sun.meta@gmail.com>2021-03-16 20:31:18 +0300
commite5c6dd50984327ffc5aecb43319f3552be2ca353 (patch)
tree0fcdaf101891b0a0f0cb13ac9ae331499d9d4159
parent1935c3611142136b79c62fbd7e64eacb2bd5d885 (diff)
update link
-rw-r--r--exampleSite/content/posts/hello-world.md2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/posts/hello-world.md b/exampleSite/content/posts/hello-world.md
index 238cb1d..a538fde 100644
--- a/exampleSite/content/posts/hello-world.md
+++ b/exampleSite/content/posts/hello-world.md
@@ -30,7 +30,7 @@ And another list.
### Third header image demo
-![Image](https://raw.githubusercontent.com/jacobsun/edidor/master/images/screenshot.png)
+![Image](https://raw.githubusercontent.com/sfengyuan/edidor/master/images/screenshot.png)
#### Fourth header
diff --git a/package.json b/package.json
index c9f3a31..d87fa8d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "edidor",
"version": "1.1.0",
- "description": "[中文](https://github.com/jacobsun/edidor/blob/master/README-zh.md)",
+ "description": "[中文](https://github.com/sfengyuan/edidor/blob/master/README-zh.md)",
"main": "index.js",
"dependencies": {
"d3-ease": "^1.0.5",