Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
docs: fix example readme references
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Jan 14, 2024
1 parent d0e2403 commit c9773cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/clickhouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Create the following meters in OpenMeter with the following details:
| Message count | `chat-message` | `COUNT` | - | - `plan`: `$.plan` |

> [!TIP]
> Read more about creating a meter in the general examples [README](../../README.md#Create-a-meter).
> Read more about creating a meter in the general examples [README](../README.md#Create-a-meter).
## Launch the example

Expand All @@ -51,7 +51,7 @@ docker compose up -d

## Checking events

Read more in the general examples [README](../../README.md#Checking-events-in-OpenMeter).
Read more in the general examples [README](../README.md#Checking-events-in-OpenMeter).

## Cleanup

Expand Down
4 changes: 2 additions & 2 deletions examples/http-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Create a meter in OpenMeter with the following details:
- `zone`: `$.zone`

> [!TIP]
> Read more about creating a meter in the general examples [README](../../README.md#Create-a-meter).
> Read more about creating a meter in the general examples [README](../README.md#Create-a-meter).
## Launch the example

Expand Down Expand Up @@ -97,7 +97,7 @@ docker compose --profile seed up -d
## Checking events

Read more in the general examples [README](../../README.md#Checking-events-in-OpenMeter).
Read more in the general examples [README](../README.md#Checking-events-in-OpenMeter).

## Cleanup

Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes-pod-exec-time/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Create a meter in OpenMeter with the following details:
- `namespace`: `$.pod_namespace`

> [!TIP]
> Read more about creating a meter in the general examples [README](../../README.md#Create-a-meter).
> Read more about creating a meter in the general examples [README](../README.md#Create-a-meter).
## Deploy the example

Expand All @@ -63,7 +63,7 @@ helm install --wait --namespace benthos --create-namespace --set preset=kubernet
## Checking events

Read more in the general examples [README](../../README.md#Checking-events-in-OpenMeter).
Read more in the general examples [README](../README.md#Checking-events-in-OpenMeter).

## Cleanup

Expand Down

0 comments on commit c9773cf

Please sign in to comment.