From dde610703a756900238cb2267b2e0afe10a9b54f Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 8 May 2026 10:53:40 +0200 Subject: [PATCH] Link to libdatadog repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1129ed1..993de02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # libdatadog Ruby gem -`libdatadog` provides a shared library containing common code used in the implementation of Datadog's libraries, +[libdatadog](https://github.com/DataDog/libdatadog) provides a shared library containing common code used in the implementation of Datadog's libraries, including [Continuous Profilers](https://docs.datadoghq.com/tracing/profiler/). **NOTE**: If you're building a new Datadog library/profiler or want to contribute to Datadog's existing tools, you've come to the