X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/73a4433d8ea1bdd9416fdc042c158135380cd24a..c70b6ccc6dd6f69e371dbf0bc9c40126a9a65e75:/data-sources/wikipedia-wikidata/README.md 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 ```