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 ec1a7e6 Fix a broken link to Validating Performance of a Feature
Branch (#32)
ec1a7e6 is described below
commit ec1a7e6628d3231e24825fe32253f6574aec1b30
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Wed Feb 5 08:58:07 2025 -0800
Fix a broken link to Validating Performance of a Feature Branch (#32)
---
docs/GETTING_STARTED.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md
index 2eaf87e..ad74b0d 100644
--- a/docs/GETTING_STARTED.md
+++ b/docs/GETTING_STARTED.md
@@ -85,7 +85,7 @@ hunter list-metrics <test>
> [!TIP]
> For more details, see [Finding Change
> Points](BASICS.md#finding-change-points) and
-> [Validating Performance of a Feature
Branch](FEATURE_BRANCH.md#validating-performance-of-a-feature-branch).
+> [Validating Performance of a Feature
Branch](BASICS.md#validating-performance-of-a-feature-branch).
```
hunter analyze <test>...