diff --git a/app/vmauth/README.md b/app/vmauth/README.md
index 41953e32c..ce4ba1b7a 100644
--- a/app/vmauth/README.md
+++ b/app/vmauth/README.md
@@ -23,7 +23,8 @@ Docker images for `vmauth` are available [here](https://hub.docker.com/r/victori
Pass `-help` to `vmauth` in order to see all the supported command-line flags with their descriptions.
-Feel free [contacting us](mailto:info@victoriametrics.com) if you need customized auth proxy for VictoriaMetrics with the support of LDAP, SSO, RBAC, SAML, accounting, limits, etc.
+Feel free [contacting us](mailto:info@victoriametrics.com) if you need customized auth proxy for VictoriaMetrics with the support of LDAP, SSO, RBAC, SAML,
+accounting and rate limiting such as [vmgateway](https://victoriametrics.github.io/vmgateway.html).
## Auth config
diff --git a/app/vmgateway/README.md b/app/vmgateway/README.md
index fbcb6905d..46a7465b3 100644
--- a/app/vmgateway/README.md
+++ b/app/vmgateway/README.md
@@ -1,9 +1,9 @@
-## Victori Metrics Gateway
+## vmgateway
-The service is a proxy for Victoria Metrics TSDB. It provides the next features:
+`vmgateway` is a proxy for Victoria Metrics TSDB. It provides the following features:
* Rate Limiter
* Based on cluster tenants' utilization supports multiple time interval limits for ingestion/retrieving metrics
@@ -12,6 +12,8 @@ The service is a proxy for Victoria Metrics TSDB. It provides the next features:
* Provides access by tenantID at Cluster version
* Allows to separate write/read/admin access to data
+`vmgateway` is included in an [enterprise package](https://victoriametrics.com/enterprise.html).
+
### Access Control
@@ -278,4 +280,4 @@ The shortlist of configuration flags is the following:
* Access Control:
* `jwt` token must be validated by external system, currently `vmauth` can't validate the signature.
* RateLimiting:
- * limits applied based on queries to `datasource.url`
\ No newline at end of file
+ * limits applied based on queries to `datasource.url`
diff --git a/docs/vmauth.md b/docs/vmauth.md
index 41953e32c..ce4ba1b7a 100644
--- a/docs/vmauth.md
+++ b/docs/vmauth.md
@@ -23,7 +23,8 @@ Docker images for `vmauth` are available [here](https://hub.docker.com/r/victori
Pass `-help` to `vmauth` in order to see all the supported command-line flags with their descriptions.
-Feel free [contacting us](mailto:info@victoriametrics.com) if you need customized auth proxy for VictoriaMetrics with the support of LDAP, SSO, RBAC, SAML, accounting, limits, etc.
+Feel free [contacting us](mailto:info@victoriametrics.com) if you need customized auth proxy for VictoriaMetrics with the support of LDAP, SSO, RBAC, SAML,
+accounting and rate limiting such as [vmgateway](https://victoriametrics.github.io/vmgateway.html).
## Auth config
diff --git a/docs/vmgateway.md b/docs/vmgateway.md
index fbcb6905d..46a7465b3 100644
--- a/docs/vmgateway.md
+++ b/docs/vmgateway.md
@@ -1,9 +1,9 @@
-## Victori Metrics Gateway
+## vmgateway
-The service is a proxy for Victoria Metrics TSDB. It provides the next features:
+`vmgateway` is a proxy for Victoria Metrics TSDB. It provides the following features:
* Rate Limiter
* Based on cluster tenants' utilization supports multiple time interval limits for ingestion/retrieving metrics
@@ -12,6 +12,8 @@ The service is a proxy for Victoria Metrics TSDB. It provides the next features:
* Provides access by tenantID at Cluster version
* Allows to separate write/read/admin access to data
+`vmgateway` is included in an [enterprise package](https://victoriametrics.com/enterprise.html).
+
### Access Control
@@ -278,4 +280,4 @@ The shortlist of configuration flags is the following:
* Access Control:
* `jwt` token must be validated by external system, currently `vmauth` can't validate the signature.
* RateLimiting:
- * limits applied based on queries to `datasource.url`
\ No newline at end of file
+ * limits applied based on queries to `datasource.url`