diff --git a/docs/instrumentations/golang/ebpf.mdx b/docs/instrumentations/golang/ebpf.mdx index e615b06f9b..14911314f5 100644 --- a/docs/instrumentations/golang/ebpf.mdx +++ b/docs/instrumentations/golang/ebpf.mdx @@ -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)