From 219cb59daec595da5276c01f20996b0579a84f87 Mon Sep 17 00:00:00 2001 From: Maksim Andrianov Date: Wed, 26 Jun 2019 17:21:54 +0300 Subject: [PATCH] [python][generator] Added link with anchor. --- tools/python/maps_generator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/maps_generator/README.md b/tools/python/maps_generator/README.md index 15ebe20b37..7ee57eb8e1 100644 --- a/tools/python/maps_generator/README.md +++ b/tools/python/maps_generator/README.md @@ -15,7 +15,7 @@ You must have Python version not lower than 3.6 and complete the following steps ```sh $ cd omim/tools/python/maps_generator ``` -1. [Build and install generator_tool.](https://github.com/mapsme/omim/blob/master/docs/INSTALL.md) +1. [Build and install generator_tool.](https://github.com/mapsme/omim/blob/master/docs/INSTALL.md#maps-generator) 2. Install dependencies: ```sh maps_generator$ pip3 install -r requirements.txt