From c43b39bd884df96dec11fed6f59016665c69a218 Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Mon, 25 May 2020 12:45:35 +0200 Subject: [PATCH] Fix script names in README (#1805) --- data-sources/wikipedia-wikidata/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-sources/wikipedia-wikidata/README.md b/data-sources/wikipedia-wikidata/README.md index 78a9a374..f3165f53 100644 --- a/data-sources/wikipedia-wikidata/README.md +++ b/data-sources/wikipedia-wikidata/README.md @@ -26,7 +26,7 @@ This step downloads and converts [Wikipedia](https://dumps.wikimedia.org/) page To download, convert, and import the data, then process summary statistics and compute importance scores, run: ``` -./wikipedia_import.sh +./import_wikipedia.sh ``` --- Wikidata @@ -54,5 +54,5 @@ By including Wikidata in the wikipedia_articles table, new connections can be ma To download, convert, and import the data, then process required items, run: ``` -./wikidata_import.sh +./import_wikidata.sh ``` -- 2.39.5