diff --git a/README.md b/README.md
index 89ae9cb..907c7f9 100644
--- a/README.md
+++ b/README.md
@@ -82,8 +82,10 @@ if you allow the `process_subway.py` to fetch data from Overpass API. Here are t
Summary information about all metro networks that are monitored is gathered in the
[Google Spreadsheet](https://docs.google.com/spreadsheets/d/1SEW1-NiNOnA2qDwievcxYV1FOaQl1mb1fdeyqAxHu3k).
-Not so regular updates of validation results are available at
-[this website](https://alexey-zakharenkov.github.io/subways/rapid/).
+Regular updates of validation results are available at
+[this website](https://maps.mail.ru/osm/tools/subways/latest/).
+You can find more info about this validator instance in
+[OSM Wiki](https://wiki.openstreetmap.org/wiki/Quality_assurance#subway-preprocessor).
## Adding Stop Areas To OSM
diff --git a/v2h_templates.py b/v2h_templates.py
index bcec823..8198d9b 100644
--- a/v2h_templates.py
+++ b/v2h_templates.py
@@ -121,7 +121,12 @@ INDEX_HEADER = '''
Subway Validation Results
-
Total good metro networks: {good_cities} of {total_cities}.
+
{good_cities} of {total_cities} networks validated without errors.
+To make a network validate successfully please follow the
+metro mapping instructions.
+Commit your changes to the OSM and then check back to the updated validation results after the next validation cycle, please.
+See the validator instance(s) description
+for the schedule and capabilities.