Skip to content

Commit 008d135

Browse files
authored
Update arXiv_daily.py
1 parent c471615 commit 008d135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arXiv_daily.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def json_to_md(filename,md_filename,to_web = False, use_title = True):
145145
if (use_title == True) and (to_web == True):
146146
f.write("---\n" + "layout: default\n" + "---\n\n")
147147

148-
f.write("论文 | [项目中文简介](README_zh-CN.md)\n\n")
148+
f.write("论文 | [项目中文简介](https://github.com/LJoson/arXiv_daily/blob/main/README_zh-CN.md)\n\n")
149149

150150
if use_title == True:
151151
f.write("## Updated on " + DateNow + "\n\n")

0 commit comments

Comments
 (0)