This is an automated email from the ASF dual-hosted git repository.
seanmccarthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava.git
The following commit(s) were added to refs/heads/master by this push:
new 5502d6b Fix markdown markup and a typo in documentation (#54)
5502d6b is described below
commit 5502d6b8af59cd1640b8639e22b939e24aa32d8f
Author: Sergey Bronnikov <[email protected]>
AuthorDate: Thu Apr 24 21:27:17 2025 +0300
Fix markdown markup and a typo in documentation (#54)
---
docs/GETTING_STARTED.md | 4 +++-
docs/GRAFANA.md | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md
index 55ff17a..64160d1 100644
--- a/docs/GETTING_STARTED.md
+++ b/docs/GETTING_STARTED.md
@@ -84,7 +84,9 @@ 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](BASICS.md#avoiding-test-definition-duplication).
+> [!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/GRAFANA.md b/docs/GRAFANA.md
index 2841003..13e8210 100644
--- a/docs/GRAFANA.md
+++ b/docs/GRAFANA.md
@@ -81,4 +81,4 @@ time run branch version commit
throughput
```
Open local [Grafana](http://localhost:3000) in your browser (use default
`admin/admin` credentials), open
-`Benchmarks` dashboard, and see your data points and annotations on both
charts.:
+`Benchmarks` dashboard, and see your data points and annotations on both
charts.