diff --git a/docs/url-examples.md b/docs/url-examples.md index 6c85ef78d..fa20036a4 100644 --- a/docs/url-examples.md +++ b/docs/url-examples.md @@ -661,7 +661,7 @@ curl -H 'Content-Type: application/json' -d '[{"metric":"foo","value":45.34},{"m Cluster version of VictoriaMetrics: ```sh -curl -H 'Content-Type: application/json' -d '[{"metric":"foo","value":45.34},{"metric":"bar","value":43}]' http://:8480/insert/42/opentsdb/api/put +curl -H 'Content-Type: application/json' -d '[{"metric":"foo","value":45.34},{"metric":"bar","value":43}]' http://:4242/insert/42/opentsdb/api/put ```