diff --git a/docs/guides/getting-started-with-opentelemetry/README.md b/docs/guides/getting-started-with-opentelemetry/README.md index 25e57a6a9..35a6fe638 100644 --- a/docs/guides/getting-started-with-opentelemetry/README.md +++ b/docs/guides/getting-started-with-opentelemetry/README.md @@ -314,7 +314,7 @@ func newMetricsController(ctx context.Context) (*controller.Controller, error) { This controller will collect and push collected metrics to VictoriaMetrics address with interval of `10s`. -See the full source code of the example [here](/guides/app.go.example). +See the full source code of the example [here](app.go.example). ### Test metrics ingestion diff --git a/docs/url-examples.md b/docs/url-examples.md index ad09bb7c4..6c85ef78d 100644 --- a/docs/url-examples.md +++ b/docs/url-examples.md @@ -617,12 +617,10 @@ Single-node VictoriaMetrics: curl -Is http://localhost:8428/internal/resetRollupResultCache ``` - Cluster version of VictoriaMetrics: - ```sh -curl -Is http://:8481/select/internal/resetRollupResultCache +curl -Is http://:8481/internal/resetRollupResultCache ``` vmselect will propagate this call to the rest of the vmselects listed in its `-selectNode` cmd-line flag. If this