This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hunter.git


The following commit(s) were added to refs/heads/master by this push:
     new 57d4acc  Fix broken links (#29)
57d4acc is described below

commit 57d4acce410f30063109be6d050c065be1f6554e
Author: Alex Sorokoumov <918393+ger...@users.noreply.github.com>
AuthorDate: Mon Jan 27 20:14:58 2025 -0800

    Fix broken links (#29)
---
 docs/BASICS.md          |  2 +-
 docs/GETTING_STARTED.md |  4 ++--
 docs/README.md          | 18 +++++++++---------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/BASICS.md b/docs/BASICS.md
index b2461f4..989e15e 100644
--- a/docs/BASICS.md
+++ b/docs/BASICS.md
@@ -60,7 +60,7 @@ The results are simply concatenated.
 
 > [!TIP]
 > See [hunter.yaml](../examples/csv/hunter.yaml) for the full
-> example configuration and 
[local_samples.csv](../examples/csv/data/local_samples)
+> example configuration and 
[local_samples.csv](../examples/csv/data/local_samples.csv)
 > for the data.
 
 ```
diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md
index 7e94221..2eaf87e 100644
--- a/docs/GETTING_STARTED.md
+++ b/docs/GETTING_STARTED.md
@@ -17,7 +17,7 @@ Copy the main configuration file `resources/hunter.yaml` to 
`~/.hunter/hunter.ya
 
 > [!TIP]
 > See docs on specific data sources to learn more about their configuration - 
 > [CSV](CSV.md), [Graphite](GRAPHITE.md),
-[PostgreSQL](POSTGRESQL.md), or [BigQuery](BIGQUERY.md).
+[PostgreSQL](POSTGRESQL.md), or [BigQuery](BIG_QUERY.md).
 
 Alternatively, it is possible to leave the config file as is, and provide 
credentials in the environment
 by setting appropriate environment variables.
@@ -65,7 +65,7 @@ better the performance is. If it is set to -1, higher values 
mean worse performa
 The `attributes` property describes any other columns that should be attached 
to the final
 report. Special attribute `version` and `commit` can be used to query for a 
given time-range.
 
-> [!TIP] To learn how to avoid repeating the same configuration in multiple 
tests, see [Avoiding test definition duplication](TEMPLATES.md).
+> [!TIP] To learn how to avoid repeating the same configuration in multiple 
tests, see [Avoiding test definition 
duplication](BASICS.md#avoiding-test-definition-duplication).
 
 ## Listing Available Tests
 
diff --git a/docs/README.md b/docs/README.md
index 3899795..2f9bc53 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,16 +1,16 @@
 # Table of Contents
 
 ## Getting Started
-- [Installation](docs/INSTALL.md)
-- [Getting Started](docs/GETTING_STARTED.md)
-- [Contributing](docs/CONTRIBUTING.md)
+- [Installation](INSTALL.md)
+- [Getting Started](GETTING_STARTED.md)
+- [Contributing](CONTRIBUTING.md)
 
 ## Basics
-- [Basics](docs/BASICS.md)
+- [Basics](BASICS.md)
 
 ## Data Sources
-- [Graphite](docs/GRAPHITE.md)
-- [PostgreSQL][docs/POSTGRESQL.md)
-- [BigQuery](docs/BIG_QUERY.md)
-- [CSV](docs/CSV.md)
-- [Annotating Change Points in Grafana](docs/GRAFANA.md)
+- [Graphite](GRAPHITE.md)
+- [PostgreSQL](POSTGRESQL.md)
+- [BigQuery](BIG_QUERY.md)
+- [CSV](CSV.md)
+- [Annotating Change Points in Grafana](GRAFANA.md)

Reply via email to