Skip to content

Commit 498dcb0

Browse files
kevinch-nvrajeevsrao
authored andcommitted
Fix sampleNMT data link
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
1 parent 34a1675 commit 498dcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/sampleNMT/get_newstest2015.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fi
7171

7272
echo "Downloading newstests..."
7373
curl -o ${OUTPUT_DIR}/dev.tgz \
74-
http://data.statmt.org/wmt16/translation-task/dev.tgz
74+
https://data.statmt.org/wmt16/translation-task/dev.tgz
7575

7676
# Extract everything
7777
echo "Extracting newstest data..."

0 commit comments

Comments
 (0)