Skip to content

Commit

Permalink
fix: replace IBM Sarama URL in docs to fix check-links (#2364)
Browse files Browse the repository at this point in the history
This pull request includes a small change to the
`docs/instrumentations/golang/ebpf.mdx` file. The change updates the
link for the `github.com/IBM/sarama` module to point to its GitHub
repository instead of its Go package documentation.

* Updated the link for `github.com/IBM/sarama` to point to the GitHub
repository.
  • Loading branch information
BenElferink authored Feb 2, 2025
1 parent 06e8dfe commit 4cf24cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/instrumentations/golang/ebpf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following go modules will be auto instrumented by Odigos:
- [`github.com/rabbitmq/amqp091-go`](https://pkg.go.dev/github.com/rabbitmq/amqp091-go) ⭐️ versions `>= v1.4.0`. messaging client for RabbitMQ
- [`github.com/segmentio/kafka-go`](https://pkg.go.dev/github.com/segmentio/kafka-go) versions `>= v0.4.1`. messaging client for Apache Kafka
- [`github.com/apache/pulsar-client-go`](https://pkg.go.dev/github.com/apache/pulsar-client-go) ⭐️ versions `>= v0.12.0`. messaging client for Apache Pulsar
- [`github.com/IBM/sarama`](https://pkg.go.dev/github.com/IBM/sarama) ⭐️ versions `>= v1.40.0`. messaging client for Apache Kafka
- [`github.com/IBM/sarama`](https://github.com/IBM/sarama) ⭐️ versions `>= v1.40.0`. messaging client for Apache Kafka

### RPC (Remote Procedure Call)

Expand Down

0 comments on commit 4cf24cb

Please sign in to comment.