Skip to content

Commit d091d4d

Browse files
authored
Update download-directory link in gh-pages
1 parent e76c038 commit d091d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
IGNORE = ['utils', 'docs', '__pycache__', '_config.yml','images']
1919

20-
DOWNLOAD = 'http://downgit.zhoudaxiaa.com/#/home?url=https://github.com/' + OWNER + '/' + REPO + '/tree/' + BRANCH + '/'
20+
DOWNLOAD = 'https://download-directory.github.io/?url=https://github.com/' + OWNER + '/' + REPO + '/tree/' + BRANCH + '/'
2121

2222
HTML = '''
2323
<head>

0 commit comments

Comments
 (0)