Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Nepali dictionary URLs #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dictionaries/ne/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Rest: [MIT][file-license] © [Titus Wormer][wooorm].

[npm-install]: https://docs.npmjs.com/cli/install

[source]: http://ltk.org.np
[source]: https://ltk.org.np

[typescript]: https://www.typescriptlang.org

Expand Down
4 changes: 2 additions & 2 deletions script/crawl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ crawl "mongolian" \
"https://github.com/bataak/dict-mn/archive/main.zip"
# Hasn’t been updated in 10 years.
crawl "nepali" \
"http://ltk.org.np" \
"http://ltk.org.np/downloads/ne_NP_dict.zip"
"https://ltk.org.np" \
"https://ltk.org.np/downloads/ne_NP_dict.zip"
# Website offline :'(
crawl "norwegian" \
"http://no.speling.org" \
Expand Down