This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch 0.7.0-fixups in repository https://gitbox.apache.org/repos/asf/otava-website.git
commit 0a209b48ef0d80f5cf197e224c998ceb094b2db3 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sun Nov 30 21:24:53 2025 -0800 Fixup config paths --- docs/basics.md | 2 +- docs/csv.md | 2 +- docs/grafana.md | 2 +- docs/postgresql.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/basics.md b/docs/basics.md index 5bd0585..2f685b8 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -25,7 +25,7 @@ otava list-metrics <test> ### Example :::tip -See [otava.yaml](https://github.com/apache/otava/tree/master/examples/csv/otava.yaml) for the full example configuration. +See [otava.yaml](https://github.com/apache/otava/tree/master/examples/csv/config/otava.yaml) for the full example configuration. ::: ``` diff --git a/docs/csv.md b/docs/csv.md index 2e649dd..1e23d11 100644 --- a/docs/csv.md +++ b/docs/csv.md @@ -1,7 +1,7 @@ # Importing results from CSV :::tip -See [otava.yaml](https://github.com/apache/otava/tree/master/examples/csv/otava.yaml) for the full example configuration. +See [otava.yaml](https://github.com/apache/otava/tree/master/examples/csv/config/otava.yaml) for the full example configuration. ::: ## Tests diff --git a/docs/grafana.md b/docs/grafana.md index b25ed4b..f48f167 100644 --- a/docs/grafana.md +++ b/docs/grafana.md @@ -30,7 +30,7 @@ of the path instead of the path ## Example :::tip -See [otava.yaml](https://github.com/apache/otava/tree/master/examples/graphite/otava.yaml) for the full Graphite & Grafana example. +See [otava.yaml](https://github.com/apache/otava/tree/master/examples/graphite/config/otava.yaml) for the full Graphite & Grafana example. ::: Start docker-compose with Graphite in one tab: diff --git a/docs/postgresql.md b/docs/postgresql.md index 77d6662..88d2138 100644 --- a/docs/postgresql.md +++ b/docs/postgresql.md @@ -1,7 +1,7 @@ # Importing results from PostgreSQL :::tip -See [otava.yaml](https://github.com/apache/otava/tree/master/examples/postgresql/otava.yaml) for the full example configuration. +See [otava.yaml](https://github.com/apache/otava/tree/master/examples/postgresql/config/otava.yaml) for the full example configuration. ::: ## PostgreSQL Connection
