Skip to content

Commit c25cf24

Browse files
docs: fix a few typos in the Thanos Querier guide (#936)
Signed-off-by: Simon Pasquier <[email protected]>
1 parent 210528d commit c25cf24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user-guides/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
* [Using SSA to customize Prometheus](server-side-apply.md)
44
* [Federating OpenShift In-Cluster Prometheus](federation.md)
5-
5+
* [Deploying ThanosQuerier for multiple MonitoringStacks](thanos_querier.md)

docs/user-guides/thanos_querier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We are going to create
2727
To install the example, run:
2828

2929
```shell
30-
kubectl apply -f docs/user-guides/thanos-querier/install
30+
kubectl apply -f docs/user-guides/thanos_querier/install
3131
```
3232

3333
To verify the installation, run:
@@ -50,7 +50,7 @@ Then open `http://localhost:10902` in your browser.
5050
To install the example dashboard (+datasource), run:
5151

5252
```shell
53-
kubectl apply -f thanos_querier/dashboard/
53+
kubectl apply -f docs/user-guides/thanos_querier/dashboard
5454
```
5555

5656
To verify the installation, run:

0 commit comments

Comments
 (0)