Skip to content

Commit

Permalink
docs(event): Fix wording and link for event propagation
Browse files Browse the repository at this point in the history
Signed-off-by: Loïc Saint-Roch <[email protected]>
  • Loading branch information
loicsaintroch committed Feb 13, 2024
1 parent 72e91a6 commit eea6ba1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ helix acts as a library you can import in your code. Implementations:
helix was developed with the following use cases in mind:

- Consistent and high-performance (micro) services;
- Effortless end-to-end observability and event tracking across services.
- Effortless end-to-end observability and event propagation across services.

## Goals

Expand Down
2 changes: 1 addition & 1 deletion documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ helix acts as a library you can import in your code. Implementations:
helix was developed with the following use cases in mind:

- Consistent and high-performance (micro) services;
- Effortless end-to-end observability and event tracking across services.
- Effortless end-to-end observability and event propagation across services.

## Goals

Expand Down
2 changes: 1 addition & 1 deletion documentation/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ helix relies on the following required environment variables:

### Traces

When possible, it's strongly advised to leverage [Event propagation](/helix/event)
When possible, it's strongly advised to leverage [Event propagation](/helix/event-propagation)
within distributed tracing.

{% tab name="Go" %}
Expand Down

0 comments on commit eea6ba1

Please sign in to comment.