Skip to content

Commit 41432f5

Browse files
author
user
committed
Replace broken urls.
1 parent 6b8092a commit 41432f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ current_dir := $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))
1111
build:
1212
sudo docker build -t ${APP_NAME} -f Dockerfile .
1313
ria_20:
14-
wget https://github.com/RossiyaSegodnya/ria_news_dataset/blob/master/ria_20.json -P $(PWD)/data/
14+
wget https://github.com/RossiyaSegodnya/ria_news_dataset/raw/master/ria_20.json -P $(PWD)/data/
1515
ria_1k:
16-
wget https://github.com/RossiyaSegodnya/ria_news_dataset/blob/master/ria_1k.json -P $(PWD)/data/
16+
wget https://github.com/RossiyaSegodnya/ria_news_dataset/raw/master/ria_1k.json -P $(PWD)/data/
1717
ria_full:
1818
wget https://github.com/RossiyaSegodnya/ria_news_dataset/raw/master/ria.json.gz -P $(PWD)/data/
1919
gunzip $(PWD)/data/ria.json.gz

0 commit comments

Comments
 (0)