Skip to content

Commit 7f16008

Browse files
authored
Merge pull request #35 from naoina/fix-source-archive-url
Fix source archive url
2 parents 8849f47 + 7c02e23 commit 7f16008

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You need zengin code on another language? [Please request to me](https://github.
1414

1515
## Acknowledgment
1616

17-
Source data by http://ykaku.com/ginkokensaku/index.php
17+
Source data by http://ykaku.net/ginkokensaku/index.php
1818

1919
## License
2020

bin/zengin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ZenginCLI < Thor
2121
include Thor::Invocation
2222
include Thor::Actions
2323

24-
SOURCE_ARCHIVE_URL = 'http://ykaku.com/ginkokensaku/ginkositen.zip'
24+
SOURCE_ARCHIVE_URL = 'http://ykaku.net/ginkokensaku/ginkositen.zip'
2525
ARCHIVE_PATH = File.join(ROOT_DIR, 'data', 'src.zip')
2626
CSV_PATH = File.join(ROOT_DIR, 'data', 'src.csv')
2727
JSON_OPTIONS = { mode: :compat, indent: 2 }

0 commit comments

Comments
 (0)