diff --git a/app/vmctl/README.md b/app/vmctl/README.md
index 77be861d41..2fca7b184c 100644
--- a/app/vmctl/README.md
+++ b/app/vmctl/README.md
@@ -197,7 +197,8 @@ One important note for OpenTSDB migration: Queries/HBase scans can "get stuck" w
 
 ## Migrating data from InfluxDB (1.x)
 
-`vmctl` supports the `influx` mode to migrate data from InfluxDB to VictoriaMetrics time-series database.
+`vmctl` supports the `influx` mode for [migrating data from InfluxDB to VictoriaMetrics](https://docs.victoriametrics.com/guides/migrate-from-influx.html)
+time-series database.
 
 See `./vmctl influx --help` for details and full list of flags.
 
diff --git a/docs/vmctl.md b/docs/vmctl.md
index 2e719947f2..5eb5fac471 100644
--- a/docs/vmctl.md
+++ b/docs/vmctl.md
@@ -201,7 +201,8 @@ One important note for OpenTSDB migration: Queries/HBase scans can "get stuck" w
 
 ## Migrating data from InfluxDB (1.x)
 
-`vmctl` supports the `influx` mode to migrate data from InfluxDB to VictoriaMetrics time-series database.
+`vmctl` supports the `influx` mode for [migrating data from InfluxDB to VictoriaMetrics](https://docs.victoriametrics.com/guides/migrate-from-influx.html)
+time-series database.
 
 See `./vmctl influx --help` for details and full list of flags.