X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f42e40712e1a20d9e6ca1e497123a0c16c83be82..5bebdfa434edd3c656cf8440b3ddbf55be6dcde8:/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 ```